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
/
xmphy.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
2013-05-28
Fix a common issue across different PHY drivers to reset the
Mike Belopuhov
2008-09-17
Remove the unsupported media types explicitly listed in the switch cases
Brad Smith
2006-12-31
Bring last few phys into line by calling their XXX_status() functions
Kenneth R Westerback
2006-10-07
g/c unused code.
Brad Smith
2006-08-05
Simplify autoneg code. Tested with a fibre sk and lge.
Brad Smith
2005-06-19
- some clean up
Brad Smith
2005-06-19
rev 1.4
Brad Smith
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-01-28
Get flags passed down to PHY drivers correctly. This was done on
Brad Smith
2004-09-27
ANSI protos and some minor cleanup
Brad Smith
2004-09-26
Restructure the PHY entry points to use a structure of
Brad Smith
2004-09-20
don't include sys/malloc.h, no memory management functions are used
Brad Smith
2002-05-04
some space and tab cleanup.
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-05
use anegticks for phys that do their own autonegotiation timeout.
Nathan Binkert
2001-08-19
More old timeouts removal, mainly affected unused/unmaintained code.
Miod Vallat
2000-08-29
openbsdisms
Jason Wright
2000-08-28
driver for the XAQTI XMACII phy from FreeBSD
Jason Wright