diff options
author | Alan <alan@lxorguk.ukuu.org.uk> | 2006-12-07 11:59:14 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 17:39:28 -0500 |
commit | 9b13b682a68d5bcf09c75da73d4e61d92eba4c84 (patch) | |
tree | ddd57beb5579a00b2185c09337214f3e5af5f98a /drivers/ata/Makefile | |
parent | 3f3e7313e4e45f84c4d6e7b3bf91b5c9ad3e05cf (diff) |
[PATCH] pata_it8213: Add new driver for the IT8213 card
Add a driver for the IT8213 which is a single channel ICH-ish PATA
controller. As it is very different to the IT8211/2 it gets its own
driver. There is a legacy drivers/ide driver also available and I'll post
that once I get time to test it all out (probably early January). If
anyone else needs the drivers/ide driver and wants to do the merge for
drivers/ide (Bart ??) then I'll forward it.
[akpm@osdl.org: add PCI ID, constify needed_pio[]]
Signed-off-by: Alan Cox <alan@redhat.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index bc3d81ae757e..50497ecc9b34 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile | |||
@@ -33,6 +33,7 @@ obj-$(CONFIG_PATA_HPT3X2N) += pata_hpt3x2n.o | |||
33 | obj-$(CONFIG_PATA_HPT3X3) += pata_hpt3x3.o | 33 | obj-$(CONFIG_PATA_HPT3X3) += pata_hpt3x3.o |
34 | obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o | 34 | obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o |
35 | obj-$(CONFIG_PATA_IT821X) += pata_it821x.o | 35 | obj-$(CONFIG_PATA_IT821X) += pata_it821x.o |
36 | obj-$(CONFIG_PATA_IT8213) += pata_it8213.o | ||
36 | obj-$(CONFIG_PATA_JMICRON) += pata_jmicron.o | 37 | obj-$(CONFIG_PATA_JMICRON) += pata_jmicron.o |
37 | obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o | 38 | obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o |
38 | obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o | 39 | obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o |