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
/
nsphy.c
Age
Commit message (
Expand
)
Author
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
simplify MII_TICK case by using mii_phy_tick().
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
2003-10-22
typos from Tom Cosgrove;
Jason McIntyre
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
2000-08-26
sync mii code with netbsd
Nathan Binkert
2000-01-18
Fix fxp+nsphy problem: don't reset everytime when switching to auto mode.
Jason Wright
1999-12-07
Merge with NetBSD:
Jason Wright
1999-07-23
do not print media information to dmesg; ifconfig shows it
Theo de Raadt
1999-07-16
Sync with NetBSD:
Jason Wright
1999-01-04
Don't isolate if NOISOLATE flag is set
Jason Wright
1999-01-04
o Switching from 10->100 needs a bit of extra bit fiddling
Jason Wright
1998-11-11
Merge with NetBSD:
Jason Wright
1998-09-10
OpenBSD gets sys/dev/mii layer from NetBSD
Jason Wright