summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-07 15:06:08 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-07 15:06:08 +0000
commitfc4aea9e02bf57962e9fbec614769f5f64003e3d (patch)
treef1445ab33dd99d086265a7dffb8301f1eedf179d /sys/scsi/scsiconf.c
parent82e0a44b78b0eb143d5e1294559072dde18d1f10 (diff)
downloadFreeBSD-src-fc4aea9e02bf57962e9fbec614769f5f64003e3d.zip
FreeBSD-src-fc4aea9e02bf57962e9fbec614769f5f64003e3d.tar.gz
Add a quirk flag for CD drives that jam when seeing a START STOP UNIT
command. PR: 2388 Submitted by: nsayer@quack.kfu.com (Nick Sayer) [basically]
Diffstat (limited to 'sys/scsi/scsiconf.c')
-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 a5f20ca..c90560a 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.90 1997/09/02 20:06:35 bde Exp $
+ * $Id: scsiconf.c,v 1.91 1997/09/05 10:16:03 joerg Exp $
*/
#include "opt_scsi.h"
@@ -385,6 +385,10 @@ static struct scsidevs knowndevs[] =
T_READONLY, T_READONLY, T_REMOV, "NEC", "CD-ROM DRIVE:210","*",
"cd", SC_ONE_LU
},
+ {
+ T_READONLY, T_READONLY, T_REMOV, "MEDIAVIS", "RENO CD-ROMX2A","*",
+ "cd", SC_ONE_LU, CD_Q_NO_START
+ },
/*
* Doobe-doo-be doooo
* -Mary
OpenPOWER on IntegriCloud