Added the code for the Gateway Ethernet card into if_ed.c. The whole code
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Wed, 25 May 1994 20:06:49 +0000 (20:06 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Wed, 25 May 1994 20:06:49 +0000 (20:06 +0000)
commitf2dcfac0ba81b9cd2120fd2383eb92e6213a9e9b
tree6a3d218269c443d849801cc1e87df996caab265b
parentc46e821b1425e0b280c1fb94ed3719eeb5cc5513
Added the code for the Gateway Ethernet card into if_ed.c. The whole code
is ifdefed with GWETHER. Code donated from John Hay (jhay@mikom.csir.co.za).
So an options GWETHER is needed in the config file.

Added the files elink.c and elink.h. These are both files with common
code for the 3C509 ( if_ep.c ) and 3C507 ( if_ie.c ) driver.
Added the file if_ie507.h. These are some definitions for the 3C507.
All these three files came from the NetBSD-current sources.
sys/i386/isa/elink.c [new file with mode: 0644]
sys/i386/isa/elink.h [new file with mode: 0644]
sys/i386/isa/if_ed.c
sys/i386/isa/if_ie507.h [new file with mode: 0644]