ahci: request all PCI BARs
authorTejun Heo <htejun@gmail.com>
Tue, 11 Mar 2008 10:52:31 +0000 (19:52 +0900)
committerJeff Garzik <jeff@garzik.org>
Mon, 17 Mar 2008 12:26:47 +0000 (08:26 -0400)
commitdea55137634226fd74d5187a15dee1244ec252cb
treef7acf611f82a0af1194e0375fed462f536f13348
parent916fbfb7ae5f8c8f86399794d89e6d273df8826b
ahci: request all PCI BARs

ahci is often implemented with accompanying SFF compatible interface
and legacy IDE driver may attach to the legacy IO ports when the
controller is already claimed by ahci and vice-versa.  This patch
makes ahci use pcim_iomap_regions_request_all() so that all IO regions
are claimed on attach.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ahci.c