mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
6 lines
131 B
C
6 lines
131 B
C
|
|
/* 3Com 3c503, a memory-mapped NS8390-based card */
|
||
|
|
#if 0 /* Currently broken! */
|
||
|
|
#define INCLUDE_3C503
|
||
|
|
#include "ns8390.c"
|
||
|
|
#endif
|