diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-30 02:49:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-30 02:49:19 +0000 |
commit | 68fd1fb8bd5c5b46048976428f574abe228e7751 (patch) | |
tree | cdc331d7cbb4fb0c6e3950e9c5f60d97bad0cf38 /sys/scsi/scsiconf.c | |
parent | 8b531408d4e0391fdb053a13c9670e1cd398d0e7 (diff) |
Quirks for revs 015 and 016 of the hitachi dk515. jbernard@tater.mines.edu
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 9521d2ec8ba..f8e4fc58078 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.30 1997/09/11 08:03:20 deraadt Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.31 1997/09/30 02:49:18 millert Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -379,6 +379,11 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "DEC ", "RZ55 (C) DEC", ""}, SDEV_AUTOSAVE}, {{T_DIRECT, T_FIXED, "EMULEX ", "MD21/S2 ESDI", "A00"}, SDEV_FORCELUNS|SDEV_AUTOSAVE}, + /* Gives non-media hardware failure in response to start-unit command */ + {{T_DIRECT, T_FIXED, + "HITACHI", "DK515C", "CP15"}, SDEV_NOSTARTUNIT}, + {{T_DIRECT, T_FIXED, + "HITACHI", "DK515C", "CP16"}, SDEV_NOSTARTUNIT}, {{T_DIRECT, T_FIXED, "IBMRAID ", "0662S", ""}, SDEV_AUTOSAVE}, {{T_DIRECT, T_FIXED, |