source: bootcd/isolinux/syslinux-6.03/gpxe/src/config/isa.h @ dd1be7c

Last change on this file since dd1be7c was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 323 bytes
Line 
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 */
Note: See TracBrowser for help on using the repository browser.