Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Local change I had lying around: add NOLUNS q...



details:   https://anonhg.NetBSD.org/src/rev/74658935c430
branches:  trunk
changeset: 546603:74658935c430
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Fri May 02 12:27:49 2003 +0000

description:
Local change I had lying around: add NOLUNS quirk for an older seagate
drive.

diffstat:

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

diffs (27 lines):

diff -r 82d7030ec80f -r 74658935c430 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Fri May 02 09:36:46 2003 +0000
+++ b/sys/dev/scsipi/scsiconf.c Fri May 02 12:27:49 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.203 2003/04/21 18:07:14 fvdl Exp $      */
+/*     $NetBSD: scsiconf.c,v 1.204 2003/05/02 12:27:49 fvdl 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.203 2003/04/21 18:07:14 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.204 2003/05/02 12:27:49 fvdl Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -600,6 +600,8 @@
        {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST296N          ", ""},     PQUIRK_NOLUNS},
        {{T_DIRECT, T_FIXED,
+        "SEAGATE ", "ST318404LC      ", ""},     PQUIRK_NOLUNS},
+       {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST15150N        ", ""},     PQUIRK_NOTAG},
        {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST19171",          ""},     PQUIRK_NOMODESENSE},



Home | Main Index | Thread Index | Old Index