You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

isa.h 354B

1234567891011121314151617
  1. #ifndef CONFIG_ISA_H
  2. #define CONFIG_ISA_H
  3. /** @file
  4. *
  5. * ISA probe address configuration
  6. *
  7. * You can override the list of addresses that will be probed by any
  8. * ISA drivers.
  9. *
  10. */
  11. #undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */
  12. #undef ISA_PROBE_ONLY /* Do not probe any other addresses */
  13. #include <config/local/isa.h>
  14. #endif /* CONFIG_ISA_H */