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 NOLUNS quirk for more SEAGATE SCA/WIDE dr...



details:   https://anonhg.NetBSD.org/src/rev/b97ca3741823
branches:  trunk
changeset: 447464:b97ca3741823
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jan 12 13:59:53 2019 +0000

description:
Add NOLUNS quirk for more SEAGATE SCA/WIDE drives.

Tested on NetBSD/luna68k and LUNA with SCA 80pin -> NARROW 50pin and
WIDE 68pin -> NARROW 50pin connectors.

diffstat:

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

diffs (31 lines):

diff -r 16684903ddc6 -r b97ca3741823 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sat Jan 12 10:44:36 2019 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sat Jan 12 13:59:53 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.282 2018/10/07 18:14:32 christos Exp $  */
+/*     $NetBSD: scsiconf.c,v 1.283 2019/01/12 13:59:53 tsutsui Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999, 2004 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.282 2018/10/07 18:14:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.283 2019/01/12 13:59:53 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -684,6 +684,12 @@
        {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST318404LC      ", ""},     PQUIRK_NOLUNS},
        {{T_DIRECT, T_FIXED,
+        "SEAGATE ", "ST336753LC      ", ""},     PQUIRK_NOLUNS},
+       {{T_DIRECT, T_FIXED,
+        "SEAGATE ", "ST336753LW      ", ""},     PQUIRK_NOLUNS},
+       {{T_DIRECT, T_FIXED,
+        "SEAGATE ", "ST336754LC      ", ""},     PQUIRK_NOLUNS},
+       {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST39236LC       ", ""},     PQUIRK_NOLUNS},
        {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST15150N        ", ""},     PQUIRK_NOTAG},



Home | Main Index | Thread Index | Old Index