patch-2.3.16 linux/include/asm-i386/pci.h

Next file: linux/include/asm-i386/serial.h
Previous file: linux/include/asm-i386/page.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/include/asm-i386/pci.h linux/include/asm-i386/pci.h
@@ -0,0 +1,11 @@
+#ifndef __i386_PCI_H
+#define __i386_PCI_H
+
+/* Can be used to override the logic in pci_scan_bus for skipping
+   already-configured bus numbers - to be used for buggy BIOSes
+   or architectures with incomplete PCI setup by the loader */
+
+#define pcibios_assign_all_busses()	0
+
+#endif /* __i386_PCI_H */
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)