index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
ciphy.c
Age
Commit message (
Expand
)
Author
2015-07-19
use standardized register definition in mii.h rather than each
Yojiro Uo
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2013-12-28
mii drivers no longer need activate functions. Repair of the PHY
Theo de Raadt
2012-10-22
Provide flow control status.
Brad Smith
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
2008-06-10
Some header cleanup. Remove some unused headers and shuffle some around
Brad Smith
2008-05-29
Recognize the Cicada CS8204 quad port PHY.
Brad Smith
2006-12-31
Bring last few phys into line by calling their XXX_status() functions
Kenneth R Westerback
2006-12-30
Set MASTER based on IFM_ETH_MASTER instead of LINK0.
Mark Kettenis
2006-12-27
Always explicitly set IFM_HDX for half-duplex.
Mark Kettenis
2006-12-23
Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.
Mark Kettenis
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
2006-03-10
Only do the forcing rgmii for nfe game after a reset not
Jonathan Gray
2006-02-28
Remove a debug printf that crept into the last commit.
Jonathan Gray
2006-02-28
We need to special case ciphy to ask for RGMII interface at 2.5V for nfe.
Jonathan Gray
2005-10-07
fix name
Brad Smith
2005-08-02
an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122
Peter Valchev
2005-05-27
some cleanup
Brad Smith
2005-03-28
Use mii_phy_tick() instead of duplicating code.
Kenneth R Westerback
2005-03-26
Cleanup. Use defines, standard names, consistant comparison operators, etc.
Kenneth R Westerback
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
2004-12-01
Driver for the Cicada CS8201 10/100/1000 copper PHY
Peter Valchev