diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-26 22:35:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-26 22:35:04 +0000 |
commit | 9d408bdc790ff69e912192d025af09909a09235b (patch) | |
tree | d5632690e7986d244ba0c779aaf679a93e566cd1 /sys | |
parent | 365ff53ae45d657f601b86d5e59c9fc5fd658d9d (diff) |
Don't restrict MICROP 4421-07 quirk to a specific firmware revision
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 56719b82451..db77b96a8b4 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.60 2001/08/25 19:29:16 fgsch Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.61 2001/08/26 22:35:03 millert Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -521,7 +521,7 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_DIRECT, T_FIXED, "NEC ", "SD120S-200 ", "0001"}, SDEV_NOLUNS}, {{T_DIRECT, T_FIXED, - "MICROP", "4421-07 0329SJ", ""}, SDEV_NOTAGS}, + "MICROP", "4421-07", ""}, SDEV_NOTAGS}, {{T_DIRECT, T_FIXED, "SEAGATE", "ST150176LW", "0002"}, SDEV_NOTAGS}, |