lwip: undiif - initial cut at a UNDI Ethernet-only driver
authorH. Peter Anvin <hpa@zytor.com>
Thu, 10 Sep 2009 20:21:53 +0000 (13:21 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 12 Apr 2011 21:40:51 +0000 (14:40 -0700)
commitdcd83b8797252c196e5724508179e9688c7eba20
treeff87bcdc2c9ce18c796015f19795e108091a1aa4
parent7a1d2e075ec8eef2aa311167101cc94c28f32b9d
lwip: undiif - initial cut at a UNDI Ethernet-only driver

Initial cut at an UNDI driver -- still needs to be reworked to handle
the receive side.  For now, assume the underlying interface is
Ethernet; supporting generic media types will require changes to the
ARP handling in lwIP.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/lwip/src/netif/undiif.c [new file with mode: 0644]