patch-2.4.0-test2 linux/arch/ia64/kernel/pci.c
Next file: linux/arch/ia64/kernel/process.c
Previous file: linux/arch/ia64/kernel/pci-dma.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Jun 22 07:09:44 2000
- Orig file:
v2.4.0-test1/linux/arch/ia64/kernel/pci.c
- Orig date:
Fri Mar 10 16:40:39 2000
diff -u --recursive --new-file v2.4.0-test1/linux/arch/ia64/kernel/pci.c linux/arch/ia64/kernel/pci.c
@@ -133,7 +133,7 @@
* Initialization. Uses the SAL interface
*/
-#define PCI_BUSSES_TO_SCAN 2 /* On "real" ;) hardware this will be 255 */
+#define PCI_BUSES_TO_SCAN 255
void __init
pcibios_init(void)
@@ -147,7 +147,7 @@
}
printk("PCI: Probing PCI hardware\n");
- for (i = 0; i < PCI_BUSSES_TO_SCAN; i++)
+ for (i = 0; i < PCI_BUSES_TO_SCAN; i++)
pci_scan_bus(i, ops, NULL);
platform_pci_fixup();
return;
@@ -197,7 +197,7 @@
ranges->mem_end -= bus->resource[1]->start;
}
-int __init
+int
pcibios_enable_device (struct pci_dev *dev)
{
/* Not needed, since we enable all devices at startup. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)