Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/scsipi/ss.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/scsipi/ss.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.64.2.1 retrieving revision 1.64.2.2 diff -u -p -r1.64.2.1 -r1.64.2.2 --- src/sys/dev/scsipi/ss.c 2006/04/01 12:07:28 1.64.2.1 +++ src/sys/dev/scsipi/ss.c 2006/09/03 15:24:49 1.64.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: ss.c,v 1.64.2.1 2006/04/01 12:07:28 yamt Exp $ */ +/* $NetBSD: ss.c,v 1.64.2.2 2006/09/03 15:24:49 yamt Exp $ */ /* * Copyright (c) 1995 Kenneth Stailey. All rights reserved. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ss.c,v 1.64.2.1 2006/04/01 12:07:28 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ss.c,v 1.64.2.2 2006/09/03 15:24:49 yamt Exp $"); #include #include @@ -86,7 +86,7 @@ static dev_type_ioctl(ssioctl); const struct cdevsw ss_cdevsw = { ssopen, ssclose, ssread, nowrite, ssioctl, - nostop, notty, nopoll, nommap, nokqfilter, + nostop, notty, nopoll, nommap, nokqfilter, D_OTHER, }; static void ssstrategy(struct buf *);