From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [BISECTED] Re: [BUG] Linux-2.6.31-rc1 Fails To Recognize Some USB Disks Date: Mon, 27 Jul 2009 17:51:23 +0300 Message-ID: <4A6DBEEB.5020302@panasas.com> References: <4A4472DF.1050900@turknet.net.tr> <4A4878AC.3050208@turknet.net.tr> <4A69932E.90906@turknet.net.tr> <4A69D093.8020108@turknet.net.tr> <20090727020611.GC3711@parisc-linux.org> <4A6D64DC.3020001@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Martin K. Petersen" Cc: Matthew Wilcox , Tarkan Erimer , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On 07/27/2009 05:29 PM, Martin K. Petersen wrote: >>>>>> "Boaz" == Boaz Harrosh writes: > > Boaz> I don't understand. The device in question breaks when we try to > Boaz> read a page that it reported it supports? > > No. The USB-ATA bridge in question locks up when we send it an INQUIRY > with EVPD=1. I.e. when we try to get a list of pages. 0xB0 and 0xB1 are > not even in play here. > Haa, OK. I thought INQUIRY EVPD=1 page=0 was so old it sure must be supported but you are saying it's only SBC2/SPC3. So I guess there is nothing else we can do. What I hate about all this is that in USB the scsi_level is hard coded at the driver, without actually been able to probe the device about it. So my 1 TeraByte new seagate external disk must behave like the above junk. (Thank god for eSATA) Boaz