patch-2.4.20 linux-2.4.20/include/asm-ppc/pci.h
Next file: linux-2.4.20/include/asm-ppc/pgtable.h
Previous file: linux-2.4.20/include/asm-ppc/pci-bridge.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-ppc/pci.h
- Orig date:
Mon Feb 25 11:38:12 2002
diff -urN linux-2.4.19/include/asm-ppc/pci.h linux-2.4.20/include/asm-ppc/pci.h
@@ -12,8 +12,13 @@
#define IOBASE_ISA_IO 3
#define IOBASE_ISA_MEM 4
+/*
+ * Set this to 1 if you want the kernel to re-assign all PCI
+ * bus numbers
+ */
+extern int pci_assign_all_busses;
-extern int pcibios_assign_all_busses(void);
+#define pcibios_assign_all_busses() (pci_assign_all_busses)
#define PCIBIOS_MIN_IO 0x1000
#define PCIBIOS_MIN_MEM 0x10000000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)