aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_generic.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-09-27[libata] Don't use old-EH ->eng_timeout() hook when not neededJeff Garzik1-1/+1
The PATA driver set got converted to the new error handling setup, but the old hooks were accidentally left in place. Now, removed. Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-08-31[libata #pata-drivers] Trim trailing whitespace.Jeff Garzik1-18/+18
2006-08-29[libata] Add a bunch of PATA drivers.Jeff Garzik1-0/+252
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>