Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers/ata/pata_cmd640.c: fix build with CONFIG_PM=n | Andrew Morton | 2007-04-28 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | 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 updates | Alan Cox | 2007-04-28 | 1 | -14/+20 |
| | | | | | | | | | | 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 support | Alan Cox | 2007-04-28 | 1 | -0/+298 |
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> |