Date: Sat, 04 Oct 1997 22:09:44 +0200 From: Andreas Kohout <shanee@augusta.de> To: julian@tfs.com Cc: bugs@freebsd.org Subject: Regal cd-changer with 5 lunīs Message-ID: <m0xHaWH-0008SMC@rabbit.augusta.de>
next in thread | raw e-mail | index | archive | help
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: <REGAL CDC-4X 3.00> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0xHaWH-0008SMC>