diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-02 08:01:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-02 08:01:57 +0000 |
commit | fab7840b8ee8d6b3ab4443d3709a9005096616be (patch) | |
tree | 734cbba08c0acc307ec48bdc671e92240ba0ae5e /sys | |
parent | a76a6add6dab80d57ade7dc709fa2fd8215b10e8 (diff) |
most 1.3X versions of MEDIAVIS CDR-H93MV have problems; koji@math.human.nagoya-u.ac.jp
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 8162acbf4b6..2f4859caef3 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.26 1997/03/13 05:30:02 briggs Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.27 1997/04/02 08:01:56 deraadt Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -321,7 +321,7 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_CDROM, T_REMOV, "MATSHITA", "CD-ROM CR-5XX ", "1.0b"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, - "MEDIAVIS", "CDR-H93MV ", "1.31"}, SDEV_NOLUNS}, + "MEDIAVIS", "CDR-H93MV ", "1.3"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, "NEC ", "CD-ROM DRIVE:55 ", ""}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, |