Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 1996 23:16:18 -0600
From:      Rich Murphey <rich@lamprey.utmb.edu>
To:        bmk@dtr.com
Cc:        freebsd@hopf.math.purdue.edu, brantk@atlas.com, current@FreeBSD.org
Subject:   Re: NEC changer
Message-ID:  <199601250516.XAA03317@rich.isdn.bcm.tmc.edu>
In-Reply-To: <199601250013.QAA06929@dtr.com> (bmk@dtr.com)

next in thread | previous in thread | raw e-mail | index | archive | help
|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
 	},
 	{





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