Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 1997 18:52:06 +0900 (JST)
From:      Hajimu UMEMOTO <ume@calm.imasy.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/2490: CD-ROM drive is recognized more than one LU.
Message-ID:  <199701140952.SAA02558@chaos.calm.imasy.or.jp>
Resent-Message-ID: <199701141010.CAA04439@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 02:10:02 PST 1997
>Last-Modified:
>Originator:     Hajimu UMEMOTO
>Organization:
Internet Mutal Aid Society YOKOHAMA
>Release:        FreeBSD 2.2-BETA_A i386
>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
>Audit-Trail:
>Unformatted:



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