Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 1996 19:34:55 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        rv@groa.uct.ac.za, mantar@netcom.com
Subject:   Re: Multiple CD detect
Message-ID:  <199612071834.TAA21542@uriah.heep.sax.de>
In-Reply-To: <32A7370D.27D9@netcom.com> from Manfred Antar at "Dec 5, 96 12:56:46 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Manfred Antar wrote:

> This has been happening to me for about 4 months with a adaptec
> 2742 controller:

> (ahc0:5:1): "NEC CD-ROM DRIVE:841 1.0" type 5 removable SCSI
> 2                  
> cd1(ahc0:5:1):
> CD-ROM                                                           
> cd1(ahc0:5:1): ILLEGAL REQUEST asc:25,0 Logical unit not
> supported              
> can't get the
> size                                                              
...

Apply this change.  Seems this one got ever forgotten...  Let us know
if it helps.

Index: sys/scsi/scsiconf.c
===================================================================
RCS file: /home/ncvs/src/sys/scsi/scsiconf.c,v
retrieving revision 1.69
diff -u -u -r1.69 scsiconf.c
--- scsiconf.c	1996/11/30 07:39:37	1.69
+++ scsiconf.c	1996/12/07 18:33:08
@@ -364,6 +364,10 @@
 	 * Doobe-doo-be doooo
 	 * -Mary
 	 */
+	{
+		T_READONLY, T_READONLY, T_REMOV, "*", "*", "*",
+		"cd", SC_ONE_LU
+	},
 #endif /* !UKTEST */
 #endif	/* NCD */
 #if NWORM > 0

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612071834.TAA21542>