diff options
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r-- | sys/scsi/sd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index e87094b8eb4..4f06ff72bb2 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sd.c,v 1.50 2001/08/26 00:45:08 fgsch Exp $ */ +/* $OpenBSD: sd.c,v 1.51 2001/10/08 01:50:48 drahn Exp $ */ /* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */ /*- @@ -688,6 +688,7 @@ sdstart(v) * fit in a "small" cdb, use it. */ if (!(sc_link->flags & SDEV_ATAPI) && + !(sc_link->quirks & SDEV_NOCDB6) && ((blkno & 0x1fffff) == blkno) && ((nblks & 0xff) == nblks)) { /* |