summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/pci.h
blob: ef5198dfca1759773e0980fe765e42c7c416a57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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

#define PCIBIOS_MIN_IO		0x1000
#define PCIBIOS_MIN_MEM		0x10000000

#endif /* __i386_PCI_H */