diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-01-22 19:11:49 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-01-22 19:11:49 +0000 |
commit | 093caec6c33f1e9145c6088ddafb0b0b8d1c4bce (patch) | |
tree | 6a3ddd4fe544de8f23751ce362e79daa70853253 /sys | |
parent | bf1e786453727cfd89c119989ac1a4445724ba3f (diff) |
ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their disks
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsiconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 5d2575b132f..ee0cc9fbdaa 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.54 2000/11/23 08:55:35 deraadt Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.55 2001/01/22 19:11:48 csapuntz Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -573,9 +573,9 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_CDROM, T_REMOV, "ALPS ELECTRIC CO.,LTD. DC544C", "", "SW03D"}, ADEV_NOTUR}, {{T_CDROM, T_REMOV, - "BCD-16X 1997-04-25", "", "VER 2.2"}, SDEV_NOSTARTUNIT}, + "BCD-16X", "", ""}, SDEV_NOSTARTUNIT}, {{T_CDROM, T_REMOV, - "BCD-24X 1997-06-27", "", "VER 2.0"}, SDEV_NOSTARTUNIT}, + "BCD-24X", "", ""}, SDEV_NOSTARTUNIT}, {{T_CDROM, T_REMOV, "CR-2801TE", "", "1.07"}, ADEV_NOSENSE}, {{T_CDROM, T_REMOV, |