Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Add PQUIRK_NOLUNS entry for "NEC ", "CD-R...



details:   https://anonhg.NetBSD.org/src/rev/d4ed8081babf
branches:  trunk
changeset: 542577:d4ed8081babf
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Feb 01 21:38:09 2003 +0000

description:
Add PQUIRK_NOLUNS entry for "NEC     ", "CD-ROM DRIVE:502".
Fixes PR kern/18479

diffstat:

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

diffs (27 lines):

diff -r 6e91c72c7f97 -r d4ed8081babf sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sat Feb 01 21:12:25 2003 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sat Feb 01 21:38:09 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.198 2003/01/27 18:55:24 bouyer Exp $    */
+/*     $NetBSD: scsiconf.c,v 1.199 2003/02/01 21:38:09 bouyer 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.198 2003/01/27 18:55:24 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.199 2003/02/01 21:38:09 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -448,6 +448,8 @@
        {{T_CDROM, T_REMOV,
         "MEDIAVIS", "CDR-H93MV       ", "1.3"},  PQUIRK_NOLUNS},
        {{T_CDROM, T_REMOV,
+        "NEC     ", "CD-ROM DRIVE:502", ""},     PQUIRK_NOLUNS},
+       {{T_CDROM, T_REMOV,
         "NEC     ", "CD-ROM DRIVE:55 ", ""},     PQUIRK_NOLUNS},
        {{T_CDROM, T_REMOV,
         "NEC     ", "CD-ROM DRIVE:83 ", ""},     PQUIRK_NOLUNS},



Home | Main Index | Thread Index | Old Index