00001 #ifndef CONFIG_ISA_H 00002 #define CONFIG_ISA_H 00003 00004 /** @file 00005 * 00006 * ISA probe address configuration 00007 * 00008 * You can override the list of addresses that will be probed by any 00009 * ISA drivers. 00010 * 00011 */ 00012 #undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */ 00013 #undef ISA_PROBE_ONLY /* Do not probe any other addresses */ 00014 00015 #include <config/local/isa.h> 00016 00017 #endif /* CONFIG_ISA_H */
1.5.7.1