[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)
commita6b2c5d4754dc539a560fdf0d3fb78a14174394a
treec6daf88f97c7ed20becf2bd8666be81190eb4bb4
parent8190bdb9291758f3b8c436ec1154c9923ddb57ea
[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 <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
13 files changed:
drivers/scsi/libata-core.c
drivers/scsi/sata_mv.c
drivers/scsi/sata_nv.c
drivers/scsi/sata_promise.c
drivers/scsi/sata_qstor.c
drivers/scsi/sata_sil.c
drivers/scsi/sata_sis.c
drivers/scsi/sata_svw.c
drivers/scsi/sata_sx4.c
drivers/scsi/sata_uli.c
drivers/scsi/sata_via.c
drivers/scsi/sata_vsc.c
include/linux/libata.h