summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips64/pci.h')
-rw-r--r--include/asm-mips64/pci.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/asm-mips64/pci.h b/include/asm-mips64/pci.h
new file mode 100644
index 000000000..89eca5bf3
--- /dev/null
+++ b/include/asm-mips64/pci.h
@@ -0,0 +1,16 @@
+/* $Id$
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ */
+#ifndef _ASM_PCI_H
+#define _ASM_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 /* _ASM_PCI_H */