diff options
author | 1996-10-20 01:07:04 +0000 | |
---|---|---|
committer | 1996-10-20 01:07:04 +0000 | |
commit | fd7ce4b0d5ead4f550c3345690d9d00ab4078380 (patch) | |
tree | c46bed9a60ef9a8aa50cdbd5d9e0dba7edcfc873 | |
parent | Sync with NetBSD. Adds better POSIX compliance amongst others. (diff) | |
download | wireguard-openbsd-fd7ce4b0d5ead4f550c3345690d9d00ab4078380.tar.xz wireguard-openbsd-fd7ce4b0d5ead4f550c3345690d9d00ab4078380.zip |
Add quirk entries for 2 optical drives, NetBSD PR #2861
-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}, |