summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2001-08-31 06:54:42 +0000
committeraugustss <augustss@NetBSD.org>2001-08-31 06:54:42 +0000
commit033a7fa40d1fab4986d53583639fc791fa798138 (patch)
tree211889dad7bf7f08120252320eeabde00e90d4fb /sys/dev
parent94d6f3ee95cd4926a3eec565c8ea9b068e33887a (diff)
Some quirks for USB M-Sys DiskOnKey. Still not enough to make it work.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/scsipi/scsiconf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c
index 793e40b1641..91c69f404a7 100644
--- a/sys/dev/scsipi/scsiconf.c
+++ b/sys/dev/scsipi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.159 2001/07/18 20:19:24 bouyer Exp $ */
+/* $NetBSD: scsiconf.c,v 1.160 2001/08/31 06:54:42 augustss Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -573,6 +573,9 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
"Y-E DATA", "USB-FDU", "3.04"}, PQUIRK_NOMODESENSE},
{{T_DIRECT, T_REMOV,
"TEAC", "FD-05PUB", "1026"}, PQUIRK_NOMODESENSE},
+ {{T_DIRECT, T_REMOV,
+ "M-Sys", "DiskOnKey", "2.01"}, PQUIRK_NOMODESENSE
+ | PQUIRK_NODOORLOCK | PQUIRK_ONLYBIG},
/* XXX: QIC-36 tape behind Emulex adapter. Very broken. */
{{T_SEQUENTIAL, T_REMOV,