[libata] Add a bunch of PATA drivers.
authorJeff Garzik <jeff@garzik.org>
Tue, 29 Aug 2006 22:12:40 +0000 (18:12 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 29 Aug 2006 22:12:40 +0000 (18:12 -0400)
commit669a5db411d85a14f86cd92bc16bf7ab5b8aa235
tree8d4f9d63e18185695a4d97e1a3fa4e18b61c7345
parentb01e86fee6c821e4e003fd4e9f65453ac478a58e
[libata] Add a bunch of PATA drivers.

The vast majority of drivers and changes are from Alan Cox.  Albert Lee
contributed and maintains pata_pdc2027x.  Adrian Bunk, Andrew Morton,
and Tejun Heo contributed various minor fixes and updates.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
43 files changed:
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ata_generic.c [new file with mode: 0644]
drivers/ata/ata_piix.c
drivers/ata/pata_ali.c [new file with mode: 0644]
drivers/ata/pata_amd.c [new file with mode: 0644]
drivers/ata/pata_artop.c [new file with mode: 0644]
drivers/ata/pata_atiixp.c [new file with mode: 0644]
drivers/ata/pata_cmd64x.c [new file with mode: 0644]
drivers/ata/pata_cs5520.c [new file with mode: 0644]
drivers/ata/pata_cs5530.c [new file with mode: 0644]
drivers/ata/pata_cs5535.c [new file with mode: 0644]
drivers/ata/pata_cypress.c [new file with mode: 0644]
drivers/ata/pata_efar.c [new file with mode: 0644]
drivers/ata/pata_hpt366.c [new file with mode: 0644]
drivers/ata/pata_hpt37x.c [new file with mode: 0644]
drivers/ata/pata_hpt3x2n.c [new file with mode: 0644]
drivers/ata/pata_hpt3x3.c [new file with mode: 0644]
drivers/ata/pata_isapnp.c [new file with mode: 0644]
drivers/ata/pata_it8172.c [new file with mode: 0644]
drivers/ata/pata_it821x.c [new file with mode: 0644]
drivers/ata/pata_jmicron.c [new file with mode: 0644]
drivers/ata/pata_legacy.c [new file with mode: 0644]
drivers/ata/pata_mpiix.c [new file with mode: 0644]
drivers/ata/pata_netcell.c [new file with mode: 0644]
drivers/ata/pata_ns87410.c [new file with mode: 0644]
drivers/ata/pata_oldpiix.c [new file with mode: 0644]
drivers/ata/pata_opti.c [new file with mode: 0644]
drivers/ata/pata_optidma.c [new file with mode: 0644]
drivers/ata/pata_pcmcia.c [new file with mode: 0644]
drivers/ata/pata_pdc2027x.c [new file with mode: 0644]
drivers/ata/pata_pdc202xx_old.c [new file with mode: 0644]
drivers/ata/pata_qdi.c [new file with mode: 0644]
drivers/ata/pata_radisys.c [new file with mode: 0644]
drivers/ata/pata_rz1000.c [new file with mode: 0644]
drivers/ata/pata_sc1200.c [new file with mode: 0644]
drivers/ata/pata_serverworks.c [new file with mode: 0644]
drivers/ata/pata_sil680.c [new file with mode: 0644]
drivers/ata/pata_sis.c [new file with mode: 0644]
drivers/ata/pata_sl82c105.c [new file with mode: 0644]
drivers/ata/pata_triflex.c [new file with mode: 0644]
drivers/ata/pata_via.c [new file with mode: 0644]
include/linux/libata.h