repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[release] Update version to 1.0.0 for release
[gpxe.git]
/
src
/
config
/
isa.h
blob
523be1c0a747f930dcd0cd4193210d02f82085eb
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 */