From 180a1ebdf8305097a302d648bc2b91ed18951c1d Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 2 Apr 1997 08:01:56 +0000 Subject: [PATCH] most 1.3X versions of MEDIAVIS CDR-H93MV have problems; koji@math.human.nagoya-u.ac.jp --- sys/scsi/scsiconf.c | 4 ++-- 1 file 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, -- 2.20.1