Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/scsipi pullup 1.147 -> 1.148 (approved by thorp...



details:   https://anonhg.NetBSD.org/src/rev/bb9fcc7723f7
branches:  netbsd-1-5
changeset: 488866:bb9fcc7723f7
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Aug 03 17:17:48 2000 +0000

description:
pullup 1.147 -> 1.148 (approved by thorpej):
Add quirk entry for NEDICOM CRD-BP2, from kern/10738.

diffstat:

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

diffs (18 lines):

diff -r ee2736c276d4 -r bb9fcc7723f7 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Thu Aug 03 17:15:40 2000 +0000
+++ b/sys/dev/scsipi/scsiconf.c Thu Aug 03 17:17:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.147 2000/06/09 08:54:23 enami Exp $     */
+/*     $NetBSD: scsiconf.c,v 1.147.2.1 2000/08/03 17:17:48 bouyer Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -452,6 +452,8 @@
        {{T_CDROM, T_REMOV,
         "DENON   ", "DRD-25X         ", "V"},    SDEV_NOLUNS},
        {{T_CDROM, T_REMOV,
+        "GENERIC ", "CRD-BP2         ", ""},     SDEV_NOLUNS},
+       {{T_CDROM, T_REMOV,
         "HP      ", "C4324/C4325     ", ""},     SDEV_NOLUNS},
        {{T_CDROM, T_REMOV,
         "IMS     ", "CDD521/10       ", "2.06"}, SDEV_NOLUNS},



Home | Main Index | Thread Index | Old Index