From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lxorguk.ukuu.org.uk (earthlight.etchedpixels.co.uk [81.2.110.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4F599DE348 for ; Thu, 5 Jun 2008 23:10:54 +1000 (EST) Date: Thu, 5 Jun 2008 13:54:44 +0100 From: Alan Cox To: Hugh Dickins Subject: Re: Linux 2.6.26-rc5 (G5 SATA broken) Message-ID: <20080605135444.7a1e5158@core> In-Reply-To: References: <20080605112436.GA4533@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Olaf Hering , Jeff Garzik , Linus, Kernel Mailing List , linuxppc-dev@ozlabs.org, Linux, Torvalds List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > And the patch I'm finding successful is below: I won't sign it off, > for all I know it's reverting part of what Alan is trying to achieve; > but I expect it'll help towards the right fix. Its the right fix ata_sff_check_altstatus() is a routine which does the altstatus check and may or may not call the helper ata_sff_check_status() is a default method for ap->ops-> This lunatic naming leads to mistakes 8(