Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 1997 18:34:05 +0100
From:      j@uriah.heep.sax.de (J Wunsch)
To:        imp@village.org (Warner Losh)
Cc:        scsi@freebsd.org
Subject:   Re: Question about the scsi sub system.
Message-ID:  <Mutt.19970125183405.j@uriah.heep.sax.de>
In-Reply-To: <E0vo1Ma-00025B-00@rover.village.org>; from Warner Losh on Jan 24, 1997 23:13:16 -0700
References:  <E0vo1Ma-00025B-00@rover.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
As Warner Losh wrote:

> Also, does anybody have any theories about why this would have stopped
> working sometime during the late summer and fall while my tape drive
> was on walkabout?
> 
> What I'm seeing is the following on the console and /var/log/messages:
> Jan 23 05:48:43 rover /kernel: sd1(uha0:3:0): NOT READY asc:4,0
> Jan 23 05:48:43 rover /kernel: sd1(uha0:3:0):  Logical unit not ready, cause not reportable

Move the START UNIT command earlier in the sdopen() function.  I've
already did this for the `cd' and `od' driver, and at least in the
latter case, it works fine.  (I'm running the `od' driver with an
automatic spindown at odclose().)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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