Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Use PQUIRK_ONLYBIG for all Olympus cameras, n...



details:   https://anonhg.NetBSD.org/src/rev/9c80732581e2
branches:  trunk
changeset: 519813:9c80732581e2
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Thu Dec 27 18:57:46 2001 +0000

description:
Use PQUIRK_ONLYBIG for all Olympus cameras, not just the C-1.
Use PQUIRK_ONLYBIG for the PQI TravelFlash.

diffstat:

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

diffs (30 lines):

diff -r 934f55d90108 -r 9c80732581e2 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Thu Dec 27 18:48:28 2001 +0000
+++ b/sys/dev/scsipi/scsiconf.c Thu Dec 27 18:57:46 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.173 2001/12/14 22:15:52 nathanw Exp $   */
+/*     $NetBSD: scsiconf.c,v 1.174 2001/12/27 18:57:46 nathanw 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.173 2001/12/14 22:15:52 nathanw Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.174 2001/12/27 18:57:46 nathanw Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -595,7 +595,10 @@
         "INSITE", "I325VM",             ""},
                                PQUIRK_NOLUNS|PQUIRK_NODOORLOCK},
        {{T_DIRECT, T_REMOV,
-        "OLYMPUS", "C-1",             ""},
+        "OLYMPUS", "",             ""},
+                               PQUIRK_ONLYBIG},
+       {{T_DIRECT, T_REMOV,
+        "General", "Flash Disk Drive",             ""},
                                PQUIRK_ONLYBIG},
 
        /* XXX: QIC-36 tape behind Emulex adapter.  Very broken. */



Home | Main Index | Thread Index | Old Index