summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-07 22:45:15 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-07 22:45:15 +0000
commit43c47fcc988ecc53ebf453cf1c48752b827b4423 (patch)
tree7020f3ad7a6f79543c2ef759fd006de32c0b6ea8 /sys/scsi/scsiconf.c
parent7bab9fc90a4fbdb99f4be6e2788ccfb74a9e8c70 (diff)
downloadFreeBSD-src-43c47fcc988ecc53ebf453cf1c48752b827b4423.zip
FreeBSD-src-43c47fcc988ecc53ebf453cf1c48752b827b4423.tar.gz
Default the CD-ROM devices to a single LUN only. Too many of them are
broken and respond to multiple LUNs. Reviewed by: rv@groa.uct.ac.za (Russell Vincent)
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 9a16106..d165e18 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.68 1996/11/28 09:51:03 phk Exp $
+ * $Id: scsiconf.c,v 1.69 1996/11/30 07:39:37 joerg Exp $
*/
#include "opt_scsi.h"
@@ -364,6 +364,10 @@ static struct scsidevs knowndevs[] =
* Doobe-doo-be doooo
* -Mary
*/
+ {
+ T_READONLY, T_READONLY, T_REMOV, "*", "*", "*",
+ "cd", SC_ONE_LU
+ },
#endif /* !UKTEST */
#endif /* NCD */
#if NWORM > 0
OpenPOWER on IntegriCloud