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.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- src/sys/dev/scsipi/ss.c 2014/03/16 05:20:29 1.85 +++ src/sys/dev/scsipi/ss.c 2014/07/25 08:10:39 1.86 @@ -1,4 +1,4 @@ -/* $NetBSD: ss.c,v 1.85 2014/03/16 05:20:29 dholland Exp $ */ +/* $NetBSD: ss.c,v 1.86 2014/07/25 08:10:39 dholland Exp $ */ /* * Copyright (c) 1995 Kenneth Stailey. All rights reserved. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ss.c,v 1.85 2014/03/16 05:20:29 dholland Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ss.c,v 1.86 2014/07/25 08:10:39 dholland Exp $"); #include #include @@ -99,6 +99,7 @@ const struct cdevsw ss_cdevsw = { .d_poll = nopoll, .d_mmap = nommap, .d_kqfilter = nokqfilter, + .d_discard = nodiscard, .d_flag = D_OTHER };