From: Tejun Heo Date: Fri, 18 Jan 2008 09:36:28 +0000 (+0900) Subject: libata: factor out ata_pci_activate_sff_host() from ata_pci_one() X-Git-Tag: v2.6.25-rc1~1233^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6b79fa61091a0ed9b0af0f573cc257772cd88d;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed