source:
GPL/trunk/include/asm/pci.h
Last change on this file was 32, checked in by , 20 years ago | |
---|---|
File size: 376 bytes |
Rev | Line | |
---|---|---|
[32] | 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.