Last change
on this file was 354, checked in by stevenhl, 17 years ago |
Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.
|
File size:
370 bytes
|
Rev | Line | |
---|
[354] | 1 | /* $Id: pci.h,v 1.1 2000/04/23 14:55:29 ktk 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.