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 SEAGATE ST39236LC disk d...



details:   https://anonhg.NetBSD.org/src/rev/a23c1db768e2
branches:  trunk
changeset: 822387:a23c1db768e2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Mar 18 08:05:40 2017 +0000

description:
Add NOLUNS quirk for SEAGATE ST39236LC disk drives.

Found on "SCSI drive conservation activity" for poor Tier-II machines.

diffstat:

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

diffs (27 lines):

diff -r 2a8e3d77942c -r a23c1db768e2 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sat Mar 18 05:55:12 2017 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sat Mar 18 08:05:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.278 2016/12/01 15:39:02 mlelstv Exp $   */
+/*     $NetBSD: scsiconf.c,v 1.279 2017/03/18 08:05:40 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.278 2016/12/01 15:39:02 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.279 2017/03/18 08:05:40 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -698,6 +698,8 @@
        {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST318404LC      ", ""},     PQUIRK_NOLUNS},
        {{T_DIRECT, T_FIXED,
+        "SEAGATE ", "ST39236LC       ", ""},     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