|
@@ -525,6 +525,7 @@ void __init pci_common_init(struct hw_pci *hw)
|
|
|
|
|
|
INIT_LIST_HEAD(&hw->buses);
|
|
INIT_LIST_HEAD(&hw->buses);
|
|
|
|
|
|
|
|
+ pci_add_flags(PCI_REASSIGN_ALL_RSRC);
|
|
if (hw->preinit)
|
|
if (hw->preinit)
|
|
hw->preinit();
|
|
hw->preinit();
|
|
pcibios_init_hw(hw);
|
|
pcibios_init_hw(hw);
|
|
@@ -559,6 +560,7 @@ void __init pci_common_init(struct hw_pci *hw)
|
|
pci_bus_add_devices(bus);
|
|
pci_bus_add_devices(bus);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(pci_flags);
|
|
|
|
|
|
#ifndef CONFIG_PCI_HOST_ITE8152
|
|
#ifndef CONFIG_PCI_HOST_ITE8152
|
|
void pcibios_set_master(struct pci_dev *dev)
|
|
void pcibios_set_master(struct pci_dev *dev)
|