Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 1996 07:20:37 -0700
From:      Warner Losh <imp@village.org>
To:        Peter Dufault <dufault@hda.com>
Cc:        questions@freebsd.org, hackers@freebsd.org
Subject:   Re: A few questions 
Message-ID:  <199601161420.HAA01303@rover.village.org>
In-Reply-To: Your message of Tue, 09 Jan 1996 20:59:36 EST

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

: There was a bug in the multi CD code recently fixed in cd.c.  It was
: (from memory here...)
:
: > if(cd->dkunit >= 0) {
: 
: instead of:
: 
: > if(cd->dkunit) {
: 
: since cd->dkunit is set to -1 when dk_ndrive > DK_NDRIVE.
: 
: With this fixed the code seemed to work well, accessing 7
: disks continuously over a 12 hour period.

I've also had the nakamichi work with this patch (and one other that
tells the driver to scan multiple luns in scsiconf.c) on my FreeBS
2.0R box.  At least for the last 24 hours or so...

Warner



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