aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cmd640.c
Commit message (Collapse)AuthorAge
* drivers/ata/pata_cmd640.c: fix build with CONFIG_PM=nAndrew Morton2007-04-28
| | | | | | | | | | | | | | | | | | This is grubby, but all the ata drivers do it this way. Would it not be better to do #define ata_scsi_device_resume NULL in libata.h, remove all those ifdefs? (updated version, ug, ug) Cc: Jeff Garzik <jeff@garzik.org> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Tejun Heo <htejun@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* pata_cmd640: Multiple updatesAlan Cox2007-04-28
| | | | | | | | | | Fix suspend/resume support Write 0x5B to 0 not 0x5C The former is important as we must kill the FIFO on a resume Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* pata_cmd640: CMD640 PCI supportAlan Cox2007-04-28
Support for the PCI CMD640 (not VLB) Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>