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 ST15150N to quirk table, as per PR/13817.



details:   https://anonhg.NetBSD.org/src/rev/657cf78a649b
branches:  trunk
changeset: 516344:657cf78a649b
user:      mjl <mjl%NetBSD.org@localhost>
date:      Sun Oct 21 23:25:04 2001 +0000

description:
Add ST15150N to quirk table, as per PR/13817.

diffstat:

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

diffs (18 lines):

diff -r 97ad4fa731a2 -r 657cf78a649b sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sun Oct 21 23:23:19 2001 +0000
+++ b/sys/dev/scsipi/scsiconf.c Sun Oct 21 23:25:04 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.162 2001/10/16 13:33:02 christos Exp $  */
+/*     $NetBSD: scsiconf.c,v 1.163 2001/10/21 23:25:04 mjl Exp $       */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -552,6 +552,8 @@
        {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST296N          ", ""},     PQUIRK_NOLUNS},
        {{T_DIRECT, T_FIXED,
+        "SEAGATE ", "ST15150N        ", ""},     PQUIRK_NOTAG},
+       {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST19171",          ""},     PQUIRK_NOMODESENSE},
        {{T_DIRECT, T_FIXED,
         "SEAGATE ", "ST34501FC       ", ""},     PQUIRK_NOMODESENSE},



Home | Main Index | Thread Index | Old Index