|
@@ -650,8 +650,10 @@ static int acpi_pci_root_start(struct acpi_device *device)
|
|
struct acpi_pci_root *root = acpi_driver_data(device);
|
|
struct acpi_pci_root *root = acpi_driver_data(device);
|
|
struct acpi_pci_driver *driver;
|
|
struct acpi_pci_driver *driver;
|
|
|
|
|
|
- if (system_state != SYSTEM_BOOTING)
|
|
|
|
|
|
+ if (system_state != SYSTEM_BOOTING) {
|
|
|
|
+ pcibios_resource_survey_bus(root->bus);
|
|
pci_assign_unassigned_bus_resources(root->bus);
|
|
pci_assign_unassigned_bus_resources(root->bus);
|
|
|
|
+ }
|
|
|
|
|
|
mutex_lock(&acpi_pci_root_lock);
|
|
mutex_lock(&acpi_pci_root_lock);
|
|
list_for_each_entry(driver, &acpi_pci_drivers, node)
|
|
list_for_each_entry(driver, &acpi_pci_drivers, node)
|