freebsd-src/sys/dev/fxp
David Greenman 6ebc315326 Added support for newer cards that have the DP83840A PHY chip.
Fixed a bug in fxp_mdi_write - a hex number was missing a preceding 0x
and this was causing the routine to not wait for a PHY write to complete.
Added support for link0, link1, and link2 flags to toggle auto-
negotiation, 10/100, and half/full duplex:

link0	disable auto-negotiation

	When set, these flags then have meaning:

	-link1	10Mbps
	link1	100Mbps
	-link2	half duplex
	link2	full duplex

...needs a manual page.
1997-03-21 08:00:13 +00:00
..
if_fxp.c Added support for newer cards that have the DP83840A PHY chip. 1997-03-21 08:00:13 +00:00
if_fxpreg.h Added support for newer cards that have the DP83840A PHY chip. 1997-03-21 08:00:13 +00:00