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.

wd.c 168B

123456
  1. /* ISA memory-mapped NS8390-based cards, including WD80x3 */
  2. #if 0 /* Currently broken! */
  3. #define INCLUDE_WD
  4. #define WD_DEFAULT_MEM 0xCC000
  5. #include "ns8390.c"
  6. #endif