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) |
[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 3746fb9fa2f5..c662b8c8cc6d 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -132,6 +132,7 @@ obj-$(CONFIG_SCSI_SATA_SIS) += libata.o sata_sis.o | |||
132 | obj-$(CONFIG_SCSI_SATA_SX4) += libata.o sata_sx4.o | 132 | obj-$(CONFIG_SCSI_SATA_SX4) += libata.o sata_sx4.o |
133 | obj-$(CONFIG_SCSI_SATA_NV) += libata.o sata_nv.o | 133 | obj-$(CONFIG_SCSI_SATA_NV) += libata.o sata_nv.o |
134 | obj-$(CONFIG_SCSI_SATA_ULI) += libata.o sata_uli.o | 134 | obj-$(CONFIG_SCSI_SATA_ULI) += libata.o sata_uli.o |
135 | obj-$(CONFIG_SCSI_SATA_MV) += libata.o sata_mv.o | ||
135 | 136 | ||
136 | obj-$(CONFIG_ARM) += arm/ | 137 | obj-$(CONFIG_ARM) += arm/ |
137 | 138 | ||