diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-20 01:07:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-20 01:07:05 +0000 |
commit | a02968defcb41a0103e14d829086e8ef8c019213 (patch) | |
tree | b12fb0cf38aa94661f2321959fc016fb7cb12fb0 /sys | |
parent | 8414ed88be8de5352141730c176d30301d6700b4 (diff) |
Add quirk entries for 2 optical drives, NetBSD PR #2861
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsiconf.c | 6 |
1 files changed, 5 insertions, 1 deletions
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}, |