From a02968defcb41a0103e14d829086e8ef8c019213 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 20 Oct 1996 01:07:05 +0000 Subject: Add quirk entries for 2 optical drives, NetBSD PR #2861 --- sys/scsi/scsiconf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 54ada1e7ad3..6619894c78f 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.14 1996/08/30 00:11:26 downsj Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.15 1996/10/20 01:07:04 millert Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -306,6 +306,10 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_OPTICAL, T_REMOV, "EPSON ", "OMD-5010 ", "3.08"}, SDEV_NOLUNS}, + {{T_OPTICAL, T_REMOV, + "FUJITSU", "M2513A", "0800"}, SDEV_NOMODESENSE}, + {{T_OPTICAL, T_REMOV, + "DELTIS ", "MOS321 ", "3.30"}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "DEC ", "RZ55 (C) DEC", ""}, SDEV_AUTOSAVE}, -- cgit v1.2.3