summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-01-28 20:43:49 +0000
committerjkh <jkh@FreeBSD.org>1996-01-28 20:43:49 +0000
commitfabcee231e2ed1b0a3ad402269baaa79329da51a (patch)
treea39ccb1977db959ab4c38c34f4a41c175d00c037
parentf294136eec4481fd59d1e050a76bd25b50fcdd5e (diff)
downloadFreeBSD-src-fabcee231e2ed1b0a3ad402269baaa79329da51a.zip
FreeBSD-src-fabcee231e2ed1b0a3ad402269baaa79329da51a.tar.gz
Add an entry for the "MBR-7", whatever that is.
Submitted by: rich
-rw-r--r--sys/scsi/scsiconf.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index c7e2a44..c2db152 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.44 1995/12/26 21:08:39 peter Exp $
+ * $Id: scsiconf.c,v 1.45 1995/12/27 17:07:12 pst Exp $
*/
#include <sys/types.h>
@@ -293,9 +293,17 @@ static struct scsidevs knowndevs[] =
"cd", SC_MORE_LUS, CD_Q_NO_TOUCH
},
{
+ T_READONLY, T_REMOV, "NRC", "MBR-7", "*",
+ "cd", SC_MORE_LUS
+ },
+ {
T_READONLY, T_READONLY, T_REMOV, "CHINON", "CD-ROM CDS-535","*",
"cd", SC_ONE_LU
},
+ {
+ T_READONLY, T_READONLY, T_REMOV, "NRC", "MBR-7","*",
+ "cd", SC_MORE_LUS
+ },
/*
* Note: My drive with v1.0 firmware "forgets" to generate scsi parity
* when answering probes.. :-( EVIL!! You need to disable scsi parity
OpenPOWER on IntegriCloud