From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lord Subject: Re: LibPATA code issues / 2.6.15.4 Date: Sat, 25 Feb 2006 10:32:34 -0500 Message-ID: <44007892.9090002@rtr.ca> References: <43F2050B.8020006@dgreaves.com> <200602141300.37118.lkml@rtr.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from rtr.ca ([64.26.128.89]:31944 "EHLO mail.rtr.ca") by vger.kernel.org with ESMTP id S1161009AbWBYPcb (ORCPT ); Sat, 25 Feb 2006 10:32:31 -0500 In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Justin Piszcz Cc: David Greaves , Jeff Garzik , linux-kernel@vger.kernel.org, IDE/ATA development list Justin Piszcz wrote: > I have reproduced the error with the patched kernel! > > Here it is: > > [263864.109854] ata3: translated ATA stat/err 0x51/04 to SCSI > SK/ASC/ASCQ 0xb/00/00 > [263864.109861] ata3: status=0x51 { DriveReady SeekComplete Error } > [263864.109866] ata3: error=0x04 { DriveStatusError } Nope.. patch not present, as otherwise the line above would have read something like this: > [263864.109854] ata3: translated op=0x21 ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 So we didn't get the extra info since the patch wasn't present. Cheers