Add support for PCI NE2000 clones. I finally got around to doing this :-)
authormillert <millert@openbsd.org>
Sun, 13 Apr 1997 04:52:31 +0000 (04:52 +0000)
committermillert <millert@openbsd.org>
Sun, 13 Apr 1997 04:52:31 +0000 (04:52 +0000)
commit0fcaeec54455c396488fa2337b841ae5f561e132
tree8f653ae3b37c60fb8a5d8f315f772089737f1393
parentc5e1dcc91e1d65732f6b59bc46e84632ff4d7126
Add support for PCI NE2000 clones.  I finally got around to doing this :-)
Tested on alpha, should work on i386 as well.  Note that we treat
a PCI NE2000 as a 16-bit card for now since the driver can not
deal with > 16 bit cards.  To fix this isa16bit in ed_softc needs to
be changed to bus_width (in bytes).  I plan to do this as part
of the split ed driver.
sys/arch/alpha/conf/files.alpha
sys/arch/i386/conf/files.i386
sys/dev/isa/if_ed.c