source: sbliveos2/trunk/include/asm/pci.h@ 153

Last change on this file since 153 was 142, checked in by ktk, 25 years ago

Import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 315 bytes
Line 
1/* $Id: pci.h 142 2000-04-23 14:55:46Z ktk $ */
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.