Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2007 22:53:50 -0600
From:      Scott Long <scottl@samsco.org>
To:        josh.carroll@psualum.com
Cc:        freebsd-scsi@freebsd.org, bug-followup@freebsd.org, Thomas Quinot <thomas@freebsd.org>
Subject:   Re: kern/103602: drive gets wedged on READ CD CAPACITY if no disc is in
Message-ID:  <4608A35E.3010404@samsco.org>
In-Reply-To: <8cb6106e0703262119g5a9afd4m2c3d5665c85c4969@mail.gmail.com>
References:  <20070313205731.GB3866@melamine.cuivre.fr.eu.org>	 <45F71A0F.4080601@samsco.org> <45F71B7D.3090305@samsco.org>	 <20070326111453.GA6636@melamine.cuivre.fr.eu.org>	 <4607F336.3000707@samsco.org>	 <8cb6106e0703261057j55b554f9h84a894a4dbd19991@mail.gmail.com>	 <20070326180018.GA23771@melamine.cuivre.fr.eu.org>	 <460829E9.3080102@samsco.org>	 <8cb6106e0703261318o120c620ar6b2461802632fc01@mail.gmail.com> <8cb6106e0703262119g5a9afd4m2c3d5665c85c4969@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Josh Carroll wrote:
>> Thanks for the hard work guys! I plan on testing this in a few hours
>> when I get home from work. I'll report back soon.
> 
> Well this is odd. I have the same problem I had with the Pioneer
> drive. Namely, it hangs on the INQUIRY. I had to run this for
> RELENG_6_2 with the cumulative atapi-cam patch and Scott's new patch
> for scsi_cd.c, since I get the mutex Giant not owned panic with my
> snapshot of -CURRENT. I'll try cvsup'ing -CURRENT and re-applying the
> cumulative atapi-cam.c patch and the new scsi_cd.c patch and see if I
> still get the INQUIRY failure.
> 
> I had to transcribe this from a digital photo, but here's what I see
> shortly after it prints out the hard drives (e.g. ad10, etc):

Ok, so the problem is happening long before the READ_CAPACITY command
is sent.  If it's dying on the INQ then it's going to be quite a bit
harder to fix; every device under the sun needs to respond to an INQ
so that the OS knows what kind of device it is.  Skipping that will make
the device pretty much useless to the OS.

Scott



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