From 43c47fcc988ecc53ebf453cf1c48752b827b4423 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 7 Dec 1996 22:45:15 +0000 Subject: [PATCH] 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) --- sys/scsi/scsiconf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 9a16106f0382..d165e18f146c 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