david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers/net/ne.c

7 lines
182 B
C

/* ISA I/O mapped NS8390-based cards, including NE2000 */
#if 0 /* Currently broken! */
#define INCLUDE_NE 1
#define NE_SCAN 0x300,0x280,0x320,0x340,0x380
#include "ns8390.c"
#endif