From: Alan Cox Date: Mon, 22 May 2006 15:59:59 +0000 (+0100) Subject: [PATCH] PATCH: libata. Add ->data_xfer method X-Git-Tag: v2.6.18-rc1~1079^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b2c5d4754dc539a560fdf0d3fb78a14174394a;p=pandora-kernel.git [PATCH] PATCH: libata. Add ->data_xfer method We need to pass the device in order to do per device checks such as 32bit I/O enables. With the changes to include dev->ap we now don't have to add parameters however just clean them up. Also add data_xfer methods to the existing drivers except ata_piix (which is in the other block of patches). If you reject the piix one just add a data_xfer to it... Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed