Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756949AbXH3IRh (ORCPT ); Thu, 30 Aug 2007 04:17:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755093AbXH3IR2 (ORCPT ); Thu, 30 Aug 2007 04:17:28 -0400 Received: from smtp4-g19.free.fr ([212.27.42.30]:57549 "EHLO smtp4-g19.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754264AbXH3IR1 (ORCPT ); Thu, 30 Aug 2007 04:17:27 -0400 X-Greylist: delayed 56894 seconds by postgrey-1.27 at vger.kernel.org; Thu, 30 Aug 2007 04:17:26 EDT Message-ID: <46D67D09.6090101@free.fr> Date: Thu, 30 Aug 2007 10:17:13 +0200 From: John Sigler User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061108 SeaMonkey/1.0.6 MIME-Version: 1.0 To: Alan Cox CC: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: hda: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error } References: <46D59ED2.4000900@free.fr> <20070829174657.09c7de3c@the-village.bc.nu> In-Reply-To: <20070829174657.09c7de3c@the-village.bc.nu> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1452 Lines: 51 Alan Cox wrote: > John Sigler wrote: > >> Standards: >> Likely used: 1 > > Prehistory The tragic bit is that we were sold similar DOMs in 2007... (It's probably time to change suppliers?) >> LBA, IORDY not likely > > No DMA, nothing above PIO2 OK. (Grumble) >> Buffer type: 0002: dual port, multi-sector >> Buffer size: 1.0kB bytes avail on r/w long: 4 >> Cannot perform double-word IO > > Can't even do double word I/O Double word is 32 bits, right? Isn't "Cannot perform double-word IO" in contradiction with the following statements? IO_support = 1 (32-bit) Buffer size: 1.0kB bytes avail on r/w long: 4 (Assuming an 8-bit byte, 4 bytes = 32 bits) > The messages with old IDE should be harmless and the current libata IDE > should drive it politely (I debugged a problem the same hardware showed > up for someone else). When you say "the current libata IDE" do you mean PATA_VIA (in my case)? I've avoided this driver because it is marked EXPERIMENTAL. Would there be any benefit in using it over the legacy ATA/MFM/RLL driver? > Basically your dinosaur is working correctly. What do the warnings mean? :-) Regards. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/