diff options
| author | soren <soren@NetBSD.org> | 2001-11-19 16:54:20 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2001-11-19 16:54:20 +0000 |
| commit | 27e3d258cd3bdd758368aa2d21bb297a8e5e4141 (patch) | |
| tree | 55c98d37c4f7fee0087af9b8d89789d638f9e842 /sys/dev | |
| parent | e1deb16aa0234498f00bd7283adaba65cfd18a30 (diff) | |
Floptical drive needs PQUIRK_NODOORLOCK as well.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/scsiconf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index f19e4e398e2..51877f3538a 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -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 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "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, |
