source: GPL/include/asm/pci.h@ 1

Last change on this file since 1 was 1, checked in by vladest, 20 years ago

initial import

File size: 376 bytes
Line 
1/* $Id: pci.h,v 1.1.1.1 2003/07/02 13:56:58 eleph Exp $ */
2
3#ifndef __i386_PCI_H
4#define __i386_PCI_H
5
6/* Can be used to override the logic in pci_scan_bus for skipping
7 already-configured bus numbers - to be used for buggy BIOSes
8 or architectures with incomplete PCI setup by the loader */
9
10#define pcibios_assign_all_busses() 0
11
12#endif /* __i386_PCI_H */
13
Note: See TracBrowser for help on using the repository browser.