patch-2.3.18 linux/include/asm-sparc/pci.h

Next file: linux/include/asm-sparc/pgtable.h
Previous file: linux/include/asm-sparc/mostek.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.17/linux/include/asm-sparc/pci.h linux/include/asm-sparc/pci.h
@@ -0,0 +1,10 @@
+#ifndef __SPARC_PCI_H
+#define __SPARC_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 /* __SPARC_PCI_H */

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