Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Floptical drive needs PQUIRK_NODOORLOCK as well.



details:   https://anonhg.NetBSD.org/src/rev/319f20351be9
branches:  trunk
changeset: 517805:319f20351be9
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Nov 19 16:54:20 2001 +0000

description:
Floptical drive needs PQUIRK_NODOORLOCK as well.

diffstat:

 sys/dev/scsipi/scsiconf.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r c5dc5ba63de1 -r 319f20351be9 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Mon Nov 19 16:20:26 2001 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Nov 19 16:54:20 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.168 2001/11/19 00:22:47 soren Exp $     */
+/*     $NetBSD: scsiconf.c,v 1.169 2001/11/19 16:54:20 soren Exp $     */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.168 2001/11/19 00:22:47 soren Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.169 2001/11/19 16:54:20 soren Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -588,7 +588,8 @@
         "M-Sys", "DiskOnKey",           "2.01"}, PQUIRK_NOMODESENSE
              | PQUIRK_NODOORLOCK | PQUIRK_ONLYBIG | PQUIRK_NOBIGMODESENSE},
        {{T_DIRECT, T_REMOV,
-        "INSITE", "I325VM",             ""},     PQUIRK_NOLUNS},
+        "INSITE", "I325VM",             ""},
+                               PQUIRK_NOLUNS|PQUIRK_NODOORLOCK},
 
        /* XXX: QIC-36 tape behind Emulex adapter.  Very broken. */
        {{T_SEQUENTIAL, T_REMOV,



Home | Main Index | Thread Index | Old Index