From ume@calm.imasy.or.jp  Tue Jan 14 02:00:34 1997
Received: from tasogare.imasy.or.jp (root@tasogare.imasy.or.jp [202.227.24.5])
          by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id CAA04166
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 1997 02:00:32 -0800 (PST)
Received: (from ume@localhost) by tasogare.imasy.or.jp (8.8.4+2.7Wbeta4/3.4W4-96030215) with UUCP id SAA01326 for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Jan 1997 18:55:37 +0900 (JST)
Received: (from ume@localhost) by chaos.calm.imasy.or.jp (8.8.4/3.5Wpl2-CHAOS1.5) id SAA02558; Tue, 14 Jan 1997 18:52:06 +0900 (JST)
Message-Id: <199701140952.SAA02558@chaos.calm.imasy.or.jp>
Date: Tue, 14 Jan 1997 18:52:06 +0900 (JST)
From: Hajimu UMEMOTO <ume@calm.imasy.or.jp>
Reply-To: ume@calm.imasy.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: CD-ROM drive is recognized more than one LU.
X-Send-Pr-Version: 3.2

>Number:         2490
>Category:       kern
>Synopsis:       CD-ROM drive is recognized more than one LU.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 02:10:02 PST 1997
>Closed-Date:    Fri Jan 17 23:49:43 MET 1997
>Last-Modified:  Fri Jan 17 23:51:38 MET 1997
>Originator:     Hajimu UMEMOTO
>Release:        FreeBSD 2.2-BETA_A i386
>Organization:
Internet Mutal Aid Society YOKOHAMA
>Environment:

	TEAC CD-ROM CD-56S, or
	SONY Discman PRD-650

>Description:

	TEAC CD-ROM CD-56S and SONY Discman PRD-650 are recognized
	more than one LU.

>How-To-Repeat:


>Fix:
	
	Here is a patch to `sys/scsi/scsiconf.c'

--- scsiconf.c.orig	Sat Dec 21 05:49:09 1996
+++ scsiconf.c	Wed Dec 25 23:55:15 1996
@@ -349,6 +349,14 @@
 		T_READONLY, T_READONLY, T_REMOV, "NEC",  "CD-ROM DRIVE:210","*",
 		"cd", SC_ONE_LU
 	},
+	{
+		T_READONLY, T_READONLY, T_REMOV, "TEAC",  "CD-ROM CD-56S", "*",
+		"cd", SC_ONE_LU
+	},
+	{
+		T_READONLY, T_READONLY, T_REMOV, "SONY",  "Discman PRD-650", "*",
+		"cd", SC_ONE_LU
+	},
 	/*
 	 * Doobe-doo-be doooo
 	 * -Mary
>Release-Note:
>Audit-Trail:

From: j@uriah.heep.sax.de (J Wunsch)
To: ume@calm.imasy.or.jp
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/2490: CD-ROM drive is recognized more than one LU.
Date: Wed, 15 Jan 1997 00:59:56 +0100

 As Hajimu UMEMOTO wrote:
 
 > 	TEAC CD-ROM CD-56S and SONY Discman PRD-650 are recognized
 > 	more than one LU.
 
 No longer.  Since so many CD-ROM vendors fail to comply with the SCSI
 specs, FreeBSD recently went the route to generally probe for only a
 single LUN on CD-ROM drives, except for those drives that are known to
 be CD changer devices.
 
 -- 
 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. ;-)
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Fri Jan 17 23:49:43 MET 1997 
State-Changed-Why:  
Already fixed in -current and 2.2 by generally probing for one 
LU only when it comes to CD-ROMs (except for known changer devices). 

>Unformatted:
