diff options
author | 2003-09-30 02:24:44 +0000 | |
---|---|---|
committer | 2003-09-30 02:24:44 +0000 | |
commit | fc4eb1eecef0b2ef4ebdc9f57155ee5de17bfb9e (patch) | |
tree | de164979d831ed988129a2dcf064d40984058ce0 | |
parent | full stop. reverse course. remove all periods, so as to be aligned (diff) | |
download | wireguard-openbsd-fc4eb1eecef0b2ef4ebdc9f57155ee5de17bfb9e.tar.xz wireguard-openbsd-fc4eb1eecef0b2ef4ebdc9f57155ee5de17bfb9e.zip |
quantum atlas iv 9 wls lies about tags
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 4022e006155..1bb0484a71d 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.73 2003/05/18 16:06:35 mickey Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.74 2003/09/30 02:24:44 mickey Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -502,6 +502,8 @@ 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}, |