]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for Dlink DL10022 to the ed driver. This is a mii part
authorimp <imp@FreeBSD.org>
Sat, 3 Mar 2001 08:31:37 +0000 (08:31 +0000)
committerimp <imp@FreeBSD.org>
Sat, 3 Mar 2001 08:31:37 +0000 (08:31 +0000)
commitc2257f6c8a69b4a7cae98128bd89f28f3893f3c5
tree6a6e8077b17a02e0d83e4b1fad4660dd6562ccad
parent5f89669270bed456c02457eab0709fc74466f733
Add support for Dlink DL10022 to the ed driver.  This is a mii part
bolted to a ne-2000 chip.  This is necessary for the NetGear FA-410TX
and other cards.

This also requires you add mii to your kernel if you have an ed driver
configured.

This code will result in a couple of timeout messages for ed on the
impacted cards.  Additional work will be needed, but this does work
right now, and many people need these cards.

Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
sys/amd64/conf/GENERIC
sys/dev/ed/if_ed.c
sys/dev/ed/if_ed_pccard.c
sys/dev/ed/if_ed_pci.c
sys/dev/ed/if_edreg.h
sys/dev/ed/if_edvar.h
sys/i386/conf/GENERIC
sys/i386/conf/NEWCARD
sys/modules/ed/Makefile