5 #include <linux/export.h>
13 static void __devinit pcibios_fixup_peer_bridges(
void)
17 if (pcibios_last_bus <= 0 || pcibios_last_bus > 0xff)
19 DBG(
"PCI: Peer bridge fixup\n");
28 printk(
"PCI: System does not support PCI\n");
32 printk(
"PCI: Probing PCI hardware\n");
46 node = get_mp_bus_to_node(busn);
47 for (devfn = 0; devfn < 256; devfn += 8) {
49 l != 0x0000 && l != 0xffff) {
50 DBG(
"Found device at %02x:%02x [%04x]\n", busn, devfn, l);
68 pcibios_fixup_peer_bridges();