summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser1-0/+418
space:mode:
authorBjorn Helgaas <bhelgaas@google.com>2011-10-28 16:26:31 -0600
committerJesse Barnes <jbarnes@virtuousgeek.org>2012-01-06 12:10:58 -0800
commite30f99222fd7b701ba7bc564722bb284ab2b2317 (patch)
tree8b7efbe8f96d4126be03a2fea054580b02d76687 /arch/ia64/pci
parent79e77f27f52264768a393f8bafb548d3776f993e (diff)
ia64/PCI: convert to pci_create_root_bus() for correct root bus resources
Convert from pci_create_bus() to pci_create_root_bus(). This way the root bus resources are correct immediately. This fixes the problem of "early" and "header" quirks seeing incorrect root bus resources. We can't use pci_scan_root_bus() because, like x86, ACPI hotplug currently requires pci_bus_add_devices() in a separate host bridge .start() method. v2: fix compile error by using window resource pointer instead CC: Tony Luck <tony.luck@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/ia64/pci')