http://git.etherboot.org
/
people
/
asdlkf
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[efi] Add EFI image format and basic runtime environment
[people/asdlkf/gpxe.git]
/
src
/
config
/
isa.h
1
#ifndef CONFIG_ISA_H
2
#define CONFIG_ISA_H
3
4
/** @file
5
*
6
* ISA probe address configuration
7
*
8
* You can override the list of addresses that will be probed by any
9
* ISA drivers.
10
*
11
*/
12
#undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */
13
#undef ISA_PROBE_ONLY /* Do not probe any other addresses */
14
15
#endif /* CONFIG_ISA_H */