6 #define ENABLE_NE2000 1
13 int el2_probe(struct dpeth
* dep
);
16 u8_t
inb(port_t port
);
17 u16_t
inw(port_t port
);
18 void outb(port_t port
, u8_t v
);
19 void outw(port_t port
, u16_t v
);
22 int ne_probe(struct dpeth
*dep
);
23 void ne_init(struct dpeth
*dep
);
26 int rtl_probe(struct dpeth
*dep
, int skip
);
29 int wdeth_probe(struct dpeth
* dep
);