*BSD News Article 58022


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!in2.uu.net!news.iii.net!iii2.iii.net!not-for-mail
From: hdslip@iii2.iii.net (HD Associates)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: CDROM Changers
Date: 24 Dec 1995 07:52:23 -0500
Organization: HD Associates, Inc.
Lines: 18
Message-ID: <4bjie7$drh@iii2.iii.net>
References: <BILLW.95Dec8181411@puli.cisco.com> <4aga5j$ei@kelewan.dandelion.com> <hm.818755562@hcswork.hcs.de> <4akfkt$1ei@kelewan.dandelion.com>
NNTP-Posting-Host: iii2.iii.net

The problem with more than a few CDROMS on line at once in 2.05
and 2.1 (either lots of regular drives or one of the changers) was
just fixed in -current.  This will make the Nak unit work properly.

If you can rebuild from source, change the
>    if(cd->dkunit) {
to
>    if(cd->dkunit >= 0) {

in sys/scsi/cd.c
--
Peter Dufault               Real Time Machine Control and Simulation
HD Associates, Inc.         Voice: 508 433 6936
dufault@hda.com             Fax:   508 433 5267
-- 
Peter Dufault               Real Time Machine Control and Simulation
HD Associates, Inc.         Voice: 508 433 6936
dufault@hda.com             Fax:   508 433 5267