Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi make the JVC 2626 match more than one version...



details:   https://anonhg.NetBSD.org/src/rev/c18b627807f2
branches:  trunk
changeset: 474936:c18b627807f2
user:      explorer <explorer%NetBSD.org@localhost>
date:      Mon Jul 26 22:43:13 1999 +0000

description:
make the JVC 2626 match more than one version, since all seem to be
returning errors on the LUN probe.

diffstat:

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

diffs (18 lines):

diff -r e5bd2692d564 -r c18b627807f2 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Mon Jul 26 21:14:21 1999 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Jul 26 22:43:13 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.123 1999/07/14 22:34:18 tron Exp $      */
+/*     $NetBSD: scsiconf.c,v 1.124 1999/07/26 22:43:13 explorer Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -423,7 +423,7 @@
        {{T_CDROM, T_REMOV,
         "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS},
        {{T_CDROM, T_REMOV,
-        "JVC     ", "R2626           ", "1.55"}, SDEV_NOLUNS},
+        "JVC     ", "R2626",            ""},     SDEV_NOLUNS},
        {{T_DIRECT, T_FIXED,
         "MICROP  ", "1588-15MBSUN0669", ""},     SDEV_AUTOSAVE},
        {{T_DIRECT, T_FIXED,



Home | Main Index | Thread Index | Old Index