[PATCH] PATCH: libata. Add ->data_xfer method
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Mon, 22 May 2006 15:59:59 +0000 (16:59 +0100)
committerJeff Garzik <jeff@garzik.org>
Wed, 24 May 2006 05:58:54 +0000 (01:58 -0400)
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 <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found