commit | 4e6b79fa61091a0ed9b0af0f573cc257772cd88d | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Jan 18 18:36:28 2008 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jan 23 05:24:16 2008 -0500 |
tree | cd3e9dca0355741713d038b0068cd4ba32f87b56 | |
parent | cadb7345d92628d46cccd3765cc15cb9cd6abccf [diff] |
libata: factor out ata_pci_activate_sff_host() from ata_pci_one() Factor out ata_pci_activate_sff_host() from ata_pci_one(). This does about the same thing as ata_host_activate() but needs to be separate because SFF controllers use different and multiple IRQs in legacy mode. This will be used to make SFF LLD initialization more flexible. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>