From d6434e1042f3b0a6dfe1b1f615af369486f9b1fa Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 9 Oct 1999 00:00:47 +0000 Subject: Merge with 2.3.19. --- include/asm-i386/pci.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/asm-i386/pci.h (limited to 'include/asm-i386/pci.h') diff --git a/include/asm-i386/pci.h b/include/asm-i386/pci.h new file mode 100644 index 000000000..d7c59f21b --- /dev/null +++ b/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 */ + -- cgit v1.2.3