From owner-freebsd-bugs Sat Oct 4 13:16:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04611 for bugs-outgoing; Sat, 4 Oct 1997 13:16:07 -0700 (PDT) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA04584 for ; Sat, 4 Oct 1997 13:15:59 -0700 (PDT) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0xHaan-004d1eC; Sat, 4 Oct 97 22:14 MET DST Received: from augusta.de(really [127.0.0.1]) by rabbit.augusta.de via sendmail with esmtp id for ; Sat, 4 Oct 1997 22:09:45 +0200 (CEST) (Smail-3.2 1996-Jul-4 #1 built DST-May-22) Message-Id: X-Mailer: exmh version 2.0zeta 7/24/97 From: Andreas Kohout X-url: http://www.augusta.de/~shanee/ X-pgp-keyid: 35AEFAE9 X-pgp-fingerprint: 77 2B 33 F6 83 0A EE F8 FD 7D C8 B1 80 3A ED CA X-Mail-Attention: It is forbidden by law to send unwanted mail to this account! To: julian@tfs.com Subject: Regal cd-changer with 5 lunīs Cc: bugs@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Sat, 04 Oct 1997 22:09:44 +0200 Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello Julian, itīs not really a bug, but FYI I post it in bugs@freebsd.org, too ... I tried to install my new REGAL CDC-4X 3.00 fife time CD changer, but the kernel canīt recognize all the LUNīs ... scbus0 target 5 lun 0: type 5 removable SCSI 2 So I consult the manīs, LINT and share/doc and found in the handbook the solution: root@rabbit (/sys/scsi)# diff -c scsiconf.c.orig scsiconf.c *** scsiconf.c.orig Sat Oct 4 14:33:26 1997 --- scsiconf.c Sat Oct 4 14:39:31 1997 *************** *** 401,406 **** --- 401,414 ---- T_READONLY, T_READONLY, T_REMOV, "NAKAMICH", "MJ-4*" ,"*", "cd", SC_MORE_LUS }, + /* + * My REGAL CDC-4X 3.00 + * -Shanee + */ + { + T_READONLY, T_READONLY, T_REMOV, "REGAL", "CDC-4*" ,"*", + "cd", SC_MORE_LUS + }, #endif /* !UKTEST */ #endif /* NCD */ #if NWORM > 0 Now it works ... Because Iīm not very happy to patch my living src-tree, I wish that someone commit this patch, pleas ... -- Greetings, Andy --------------------------------------------------------------------------- running FreeBSD-current