commit | dea55137634226fd74d5187a15dee1244ec252cb | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Mar 11 19:52:31 2008 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Mar 17 08:26:47 2008 -0400 |
tree | f7acf611f82a0af1194e0375fed462f536f13348 | |
parent | 916fbfb7ae5f8c8f86399794d89e6d273df8826b [diff] |
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>