diff options
author | Brett Russ <russb@emc.com> | 2005-09-01 18:26:17 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-07 01:56:09 -0400 |
commit | 20f733e7d75a16bffc34842b7682c9247dd5f954 (patch) | |
tree | 6d67e9dbcbc615d00881f466b0ad2b9fc1349e00 /drivers/scsi/Makefile | |
parent | 7da79312830e6d9b3f6ee06b86c3a35caba2f6e7 (diff) | |
download | op-kernel-dev-20f733e7d75a16bffc34842b7682c9247dd5f954.zip op-kernel-dev-20f733e7d75a16bffc34842b7682c9247dd5f954.tar.gz |
[PATCH] libata: Marvell SATA support (PIO mode)
This is my libata compatible low level driver for the Marvell SATA
family. Currently it successfully runs in PIO mode on a 6081 chip.
EDMA support is in the works and should be done shortly. Review,
testing (especially on other flavors of Marvell), comments welcome.
Signed-off-by: Brett Russ <russb@emc.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 3746fb9..c662b8c 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -132,6 +132,7 @@ obj-$(CONFIG_SCSI_SATA_SIS) += libata.o sata_sis.o obj-$(CONFIG_SCSI_SATA_SX4) += libata.o sata_sx4.o obj-$(CONFIG_SCSI_SATA_NV) += libata.o sata_nv.o obj-$(CONFIG_SCSI_SATA_ULI) += libata.o sata_uli.o +obj-$(CONFIG_SCSI_SATA_MV) += libata.o sata_mv.o obj-$(CONFIG_ARM) += arm/ |