Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-30 | Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad. | Stuart Henderson | |
2008-09-17 | Remove the unsupported media types explicitly listed in the switch cases | Brad Smith | |
for MII_MEDIACHG. The default case will catch these media types. ok jsg@ | |||
2008-06-10 | Some header cleanup. Remove some unused headers and shuffle some around | Brad Smith | |
for consistency between drivers. "looks good" reyk@ | |||
2008-05-29 | Recognize the Cicada CS8204 quad port PHY. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2006-12-31 | Bring last few phys into line by calling their XXX_status() functions | Kenneth R Westerback | |
through mii_phy_status() rather than directly. No functional change. from brad@ ok mglocker@ | |||
2006-12-30 | Set MASTER based on IFM_ETH_MASTER instead of LINK0. | Mark Kettenis | |
ok brad@ | |||
2006-12-27 | Always explicitly set IFM_HDX for half-duplex. | Mark Kettenis | |
From brad@ | |||
2006-12-23 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
Based on a diff by brad@ | |||
2006-10-07 | g/c unused code. | Brad Smith | |
2006-03-10 | Last revision apparently does not work when cold booting so revert. | Jonathan Gray | |
Noticed by otto@ | |||
2006-03-10 | Only do the forcing rgmii for nfe game after a reset not | Jonathan Gray | |
after every link state change in the fixup function. Suggested by brad@, tested by otto@ | |||
2006-02-28 | Remove a debug printf that crept into the last commit. | Jonathan Gray | |
ok deraadt@ | |||
2006-02-28 | We need to special case ciphy to ask for RGMII interface at 2.5V for nfe. | Jonathan Gray | |
This makes Cicada/Vitesse PHYs attached to nfe work. Many thanks to Bill Paul for diagnosing the problem and suggesting a solution. Tested by otto@, ok deraadt@ | |||
2005-10-07 | fix name | Brad Smith | |
2005-08-02 | an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122 | Peter Valchev | |
from NetBSD PR 29705 (Tomokazu HARADA), pointed out by jsg | |||
2005-05-27 | some cleanup | Brad Smith | |
2005-03-28 | Use mii_phy_tick() instead of duplicating code. | Kenneth R Westerback | |
tested & ok pvalchev@ | |||
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback | |
for auto negotiation ticks code. No functional change. ok brad@ | |||
2005-02-19 | use mii_phy_match() | Brad Smith | |
2005-02-05 | use mii_phy_match() | Brad Smith | |
2005-01-28 | Get flags passed down to PHY drivers correctly. This was done on | Brad Smith | |
an adhoc basis in a couple of PHY drivers, this fixes it more generally. From NetBSD Fixes panics with aue(4) NICs. | |||
2004-12-01 | Driver for the Cicada CS8201 10/100/1000 copper PHY | Peter Valchev | |
from FreeBSD |