diff options
author | 1999-12-11 21:04:26 +0000 | |
---|---|---|
committer | 1999-12-11 21:04:26 +0000 | |
commit | fe71b8be059bdb0c56de8ced92d4e3b575c573b7 (patch) | |
tree | fa722f2072d43df62717286236581afed05a3042 | |
parent | Cleanup. (diff) | |
download | wireguard-openbsd-fe71b8be059bdb0c56de8ced92d4e3b575c573b7.tar.xz wireguard-openbsd-fe71b8be059bdb0c56de8ced92d4e3b575c573b7.zip |
LS-120's do support mode sense.
-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 36d1f3bb304..f2e32ba5f52 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.46 1999/11/22 12:55:16 mjacob Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.47 1999/12/11 21:04:26 csapuntz Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -458,8 +458,6 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "IOMEGA", "ZIP 100", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_REMOV, "IOMEGA", "ZIP 250", ""}, SDEV_NOMODESENSE}, - {{T_DIRECT, T_REMOV, - "MATSHITA", "LS-120 VER5 00", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "IBM", "0661467", "G"}, SDEV_NOMODESENSE}, /* Letting the motor run kills floppy drives and disks quit fast. */ |