Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Some quirks for USB M-Sys DiskOnKey. Still n...



details:   https://anonhg.NetBSD.org/src/rev/835fc92cf1ea
branches:  trunk
changeset: 514374:835fc92cf1ea
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Aug 31 06:54:42 2001 +0000

description:
Some quirks for USB M-Sys DiskOnKey.  Still not enough to make it work.

diffstat:

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

diffs (19 lines):

diff -r 9cd239c440c3 -r 835fc92cf1ea sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Fri Aug 31 04:56:26 2001 +0000
+++ b/sys/dev/scsipi/scsiconf.c Fri Aug 31 06:54:42 2001 +0000
@@ -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 @@
         "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,



Home | Main Index | Thread Index | Old Index