Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/dev/scsipi Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/85694d112755
branches:  netbsd-8
changeset: 947888:85694d112755
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Dec 19 19:04:49 2020 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1640):

        sys/dev/scsipi/scsiconf.c: revision 1.283

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 5650a0341095 -r 85694d112755 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sat Dec 19 19:02:52 2020 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sat Dec 19 19:04:49 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.279.6.2 2020/07/13 14:10:25 martin Exp $        */
+/*     $NetBSD: scsiconf.c,v 1.279.6.3 2020/12/19 19:04:49 martin 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.279.6.2 2020/07/13 14:10:25 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.279.6.3 2020/12/19 19:04:49 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -674,6 +674,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