Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi PR/14256: Kevin P. Neal: Add quirk for microp...



details:   https://anonhg.NetBSD.org/src/rev/bdef7c8fce9f
branches:  trunk
changeset: 516117:bdef7c8fce9f
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 16 13:33:02 2001 +0000

description:
PR/14256: Kevin P. Neal: Add quirk for micropolis drive.

diffstat:

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

diffs (18 lines):

diff -r 4914678e8ca2 -r bdef7c8fce9f sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Tue Oct 16 12:53:29 2001 +0000
+++ b/sys/dev/scsipi/scsiconf.c Tue Oct 16 13:33:02 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.161 2001/08/31 07:09:41 augustss Exp $  */
+/*     $NetBSD: scsiconf.c,v 1.162 2001/10/16 13:33:02 christos Exp $  */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -491,6 +491,8 @@
        {{T_DIRECT, T_FIXED,
         "HITACHI", "DK515C",           "CP15"},  PQUIRK_NOSTARTUNIT},
        {{T_DIRECT, T_FIXED,
+        "MICROP",  "1548-15MZ1077801", "HZ2P"},  PQUIRK_NOTAG},
+       {{T_DIRECT, T_FIXED,
         "HP      ", "C372",             ""},     PQUIRK_NOTAG},
        {{T_DIRECT, T_FIXED,
         "IBMRAID ", "0662S",            ""},     PQUIRK_AUTOSAVE},



Home | Main Index | Thread Index | Old Index