Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

isa.h 323B

123456789101112131415
  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. #endif /* CONFIG_ISA_H */