summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-01-28 22:41:44 +0000
committerjulian <julian@FreeBSD.org>1996-01-28 22:41:44 +0000
commit65e9defd061ac9c638e3d1755644802c06753367 (patch)
treeb34af79b68322d71123885c11a8ea6bd513c3f96 /sys/scsi
parentc02be74f05c64f577351db45298df1c42fcf75f2 (diff)
downloadFreeBSD-src-65e9defd061ac9c638e3d1755644802c06753367.zip
FreeBSD-src-65e9defd061ac9c638e3d1755644802c06753367.tar.gz
Submitted by: rich (which one?)
Another special case for probing multi-CD cdrom drives. 2nd try at this patch.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index db39fba..88a7217 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.45 1995/12/27 17:07:12 pst Exp $
+ * $Id: scsiconf.c,v 1.47 1996/01/28 21:51:57 jkh Exp $
*/
#include <sys/types.h>
@@ -293,6 +293,10 @@ static struct scsidevs knowndevs[] =
"cd", SC_MORE_LUS, CD_Q_NO_TOUCH
},
{
+ T_READONLY, 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
},
OpenPOWER on IntegriCloud