Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Skip LUN check for all versions of the UMAX A...



details:   https://anonhg.NetBSD.org/src/rev/2c755307eb14
branches:  trunk
changeset: 474665:2c755307eb14
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Jul 14 22:34:18 1999 +0000

description:
Skip LUN check for all versions of the UMAX Astra 1220S as suggested
by Dan McMahill in PR kern/7991.

diffstat:

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

diffs (18 lines):

diff -r 252be06271fe -r 2c755307eb14 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Wed Jul 14 22:33:33 1999 +0000
+++ b/sys/dev/scsipi/scsiconf.c Wed Jul 14 22:34:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.122 1998/12/10 18:13:29 mjacob Exp $    */
+/*     $NetBSD: scsiconf.c,v 1.123 1999/07/14 22:34:18 tron Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -558,7 +558,7 @@
        {{T_SCANNER, T_FIXED,
         "UMAX    ", "Astra 1200S     ", "V2.9"}, SDEV_NOLUNS},
        {{T_SCANNER, T_FIXED,
-        "UMAX    ", "Astra 1220S     ", "V1.2"}, SDEV_NOLUNS},
+        "UMAX    ", "Astra 1220S     ", ""}, SDEV_NOLUNS},
        {{T_SCANNER, T_FIXED,
         "UMAX    ", "UMAX S-6E       ", "V2.0"}, SDEV_NOLUNS},
        {{T_SCANNER, T_FIXED,



Home | Main Index | Thread Index | Old Index