From owner-freebsd-current Wed Jan 24 21:18:57 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02885 for current-outgoing; Wed, 24 Jan 1996 21:18:57 -0800 (PST) Received: from rich.isdn.bcm.tmc.edu (root@RICH.ISDN.BCM.TMC.EDU [128.249.250.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA02785 for ; Wed, 24 Jan 1996 21:17:35 -0800 (PST) Received: (from rich@localhost) by rich.isdn.bcm.tmc.edu (8.6.12/8.6.9) id XAA03317; Wed, 24 Jan 1996 23:16:18 -0600 Date: Wed, 24 Jan 1996 23:16:18 -0600 Message-Id: <199601250516.XAA03317@rich.isdn.bcm.tmc.edu> From: Rich Murphey To: bmk@dtr.com CC: freebsd@hopf.math.purdue.edu, brantk@atlas.com, current@FreeBSD.org In-reply-to: <199601250013.QAA06929@dtr.com> (bmk@dtr.com) Subject: Re: NEC changer Reply-to: rich@lamprey.utmb.edu Sender: owner-current@FreeBSD.org Precedence: bulk |From: bmk@dtr.com |I can't comment authoritatively on the changes required to get the |unit to work under -current, as the patches in question are for |2.1-RELEASE. I don't run current - I have looked at the scsiconf.c |in yesterday's -current, and a lot has changed since 2.1. None of the |line numbers match up. Are we talking about the Nakamichi changer? (NRC rather than NEC?) Both -stable and -current now have all the fixes I know of for Nakamichi changer except for an entry in to 'knowndevs' that you'll need to add (below). I can't see any this shouldn't be committed. I've been running this for a couple of weeks now. I saw consistent panics till I limited myself to mounting four CDROMs or less. Rich diff -rub /sys/scsi/scsiconf.c ./scsiconf.c --- /sys/scsi/scsiconf.c Mon Oct 9 21:49:13 1995 +++ ./scsiconf.c Fri Dec 22 00:04:18 1995 @@ -276,6 +276,10 @@ "cd", SC_MORE_LUS }, { + T_READONLY, T_REMOV, "NRC", "MBR-7", "*", + "cd", SC_MORE_LUS + }, + { T_READONLY, T_REMOV, "CHINON", "CD-ROM CDS-535","*", "cd", SC_ONE_LU }, @@ -331,6 +335,10 @@ }, { T_READONLY, T_REMOV, "PIONEER", "CD-ROM DRM-602X" + ,"any", "cd", SC_MORE_LUS + }, + { + T_READONLY, T_REMOV, "NRC", "MBR-7" ,"any", "cd", SC_MORE_LUS }, {