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
/
rgephy.c
Age
Commit message (
Expand
)
Author
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-24
Store the model and revision information in the appropriate softc
Brad Smith
2008-05-23
Fix detection of 10baseT on rev 2 and up.
Mark Kettenis
2007-10-10
Add support for the RTL8211B PHY based on a patch by
Jonathan Gray
2007-01-21
Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS.
Mark Kettenis
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-30
Add flow control support.
Mark Kettenis
2006-12-27
Always explicitly set IFM_HDX for half-duplex.
Mark Kettenis
2006-12-22
Fix check for active 1000baseT media.
Mark Kettenis
2006-12-20
Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.
Mark Kettenis
2006-10-07
g/c unused code.
Brad Smith
2006-09-17
do not fill in the anar for the manual 1000baseT media setting case.
Brad Smith
2006-08-28
Fix manual media types by always leaving the PHY in autoneg mode but adjusting
Brad Smith
2006-08-11
typo, settning -> setting
Brad Smith
2006-07-23
add sys/timeout.h
Brad Smith
2006-06-27
* Correct the rgephy driver so that it only applies the DSP fixup for
Brad Smith
2005-07-22
more Marvell and Realtek PHY
Brad Smith
2005-05-27
some cleanup
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-10-29
remove double "PHY" printed in dmesg; ok deraadt
Peter Valchev
2004-10-28
fix/update FreeBSD RCSId for reference purposes
Peter Valchev
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
2004-06-05
Driver for the RealTek 8169S/8110S internal 10/100/1000 PHY
Peter Valchev