Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 1997 14:51:46 -0700
From:      Warner Losh <imp@village.org>
To:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
Cc:        scsi@freebsd.org
Subject:   Re: Question about the scsi sub system. 
Message-ID:  <E0voG0o-0000Bz-00@rover.village.org>
In-Reply-To: Your message of "Sat, 25 Jan 1997 19:23:55 %2B0100." <Mutt.19970125192355.j@uriah.heep.sax.de> 
References:  <Mutt.19970125192355.j@uriah.heep.sax.de>  <Mutt.19970125183405.j@uriah.heep.sax.de> <E0vo1Ma-00025B-00@rover.village.org> <E0voCVq-00031I-00@rover.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Mutt.19970125192355.j@uriah.heep.sax.de> J Wunsch writes:
: I thought i committed a patch to cd.c recently?  (rev. 1.75)

Opopps.  You are correct.  The cd driver does a scsi_test_init_ready()
followed by a scsi_start_unit() followed by another
scsi_test_unit_ready().  

I found that so far with my meager testing that moving the start unit
to before the scsi_test_unit_ready() the sd.c driver that my jaz drive
no longer buys the far when the raw device is accessed when spun
down.  I want to test this more, but so far it looks good.  I'll go
ahead and add the similar logic in cd.c as well to make sure things
are cool.

Thanks for your suggestions.  I think that I may have a fix for this
soon.  Who would be up (or best) for reviewing the change?  I'll
commit unreviewed changes to userland, but not to the kernel just yet
:-).

Warner




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0voG0o-0000Bz-00>