diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-27 03:08:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-27 03:08:59 +0000 |
commit | 2aab003115670762b35571adedd8293004258b84 (patch) | |
tree | ba27d9df5ec9f0ea2959497fbc58dfb53979c8a3 /sys/scsi/scsiconf.c | |
parent | 89c92726cd3bfa27c9a2951cb1ac1a3029fe0641 (diff) |
atlas does indeed support tagging and only the siop was broken
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 1bb0484a71d..6f6a97b463e 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.74 2003/09/30 02:24:44 mickey Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.75 2003/10/27 03:08:58 mickey Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -502,8 +502,6 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_DIRECT, T_FIXED, "NEC ", "D3847 ", "0307"}, SDEV_NOLUNS}, {{T_DIRECT, T_FIXED, - "QUANTUM ", "ATLAS IV 9 WLS", ""}, SDEV_NOTAGS}, - {{T_DIRECT, T_FIXED, "QUANTUM ", "ELS85S ", ""}, SDEV_AUTOSAVE}, {{T_DIRECT, T_FIXED, "QUANTUM ", "LPS525S ", ""}, SDEV_NOLUNS}, |