diff options
author | 1996-11-25 04:49:23 +0000 | |
---|---|---|
committer | 1996-11-25 04:49:23 +0000 | |
commit | 07655f169e227383a9f339de07e6020b07a7fbb7 (patch) | |
tree | aff87207930afa661c227f9005382a8e9f22a127 | |
parent | revoke privs; do not call getnetbyname if not needed, bmah@cs.berkeley.edu (diff) | |
download | wireguard-openbsd-07655f169e227383a9f339de07e6020b07a7fbb7.tar.xz wireguard-openbsd-07655f169e227383a9f339de07e6020b07a7fbb7.zip |
Oops, we don't have SDEV_NOSTARTUNIT. Remove TEAC scsi floppy quirk for now.
-rw-r--r-- | sys/scsi/scsiconf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index f0087a58f6d..338bfc5efc0 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.17 1996/11/25 00:31:14 millert Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.18 1996/11/25 04:49:23 millert Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -362,9 +362,6 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "IOMEGA", "ZIP 100", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "IBM", "0661467", "G"}, SDEV_NOMODESENSE}, - /* Letting the motor run kills floppy drives and disks quit fast. */ - {{T_DIRECT, T_REMOV, - "TEAC", "FC-1", ""}, SDEV_NOSTARTUNIT}, /* XXX: QIC-36 tape behind Emulex adapter. Very broken. */ {{T_SEQUENTIAL, T_REMOV, |