mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-19 12:04:32 +00:00
ns8390.c can produce four different drivers (one PCI, three ISA.) The ISA driver requires setting a few macros; do that by setting defines in stub files instead of using src/Config. Currently, all the ISA drivers are broken (they were not enabled by default), so #if 0 them out. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
7 lines
168 B
C
7 lines
168 B
C
/* ISA memory-mapped NS8390-based cards, including WD80x3 */
|
|
#if 0 /* Currently broken! */
|
|
#define INCLUDE_WD
|
|
#define WD_DEFAULT_MEM 0xCC000
|
|
#include "ns8390.c"
|
|
#endif
|