yongari 2007-06-06 07:07:23 UTC
FreeBSD src repository
Modified files:
sys/dev/mii rlphy.c
Log:
Add support IC Plus IP101 10/100 PHY that is found on nVidia network
adapters.
Submitted by: Shigeaki Tagashira < shigeaki AT se DOT hiroshima-u DOT ac
DOT jp >
imp 2007-02-26 04:48:24 UTC
FreeBSD src repository
Modified files:
sys/dev/mii rlphy.c
Log:
mii_phy_dev_probe returns its third argument on match, not 0, so pass 0
in if we're going to test against 0.
Noticed by: marius@
Revision ChangesPath
1.30
marius 2007-02-11 18:10:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii rlphy.c
Log:
MFC: 1.24, 1.26
- In rlphy_service() for the MII_TICK case don't bother to check whether
the currently selected media is of type IFM_AUTO as
imp 2007-02-08 19:16:15 UTC
FreeBSD src repository
Modified files:
sys/dev/mii rlphy.c
Log:
Fix problem with RTL8201L PHY. From submitter:
Bugfix for the Realtek PHY driver... an RTL8201L standalone PHY
needs different handling than the integrated one
marius 2007-01-21 19:28:00 UTC
FreeBSD src repository
Modified files:
sys/dev/mii rlphy.c
Log:
Correct a logic bug in the previous change.
Revision ChangesPath
1.28 +1 -1 src/sys/dev/mii/rlphy.c
___
cvs-a
marius 2007-01-13 00:17:39 UTC
FreeBSD src repository
Modified files:
sys/dev/mii rlphy.c
Log:
After another thought there is another nail for the mii_phy_dev_probe()-
hammer.
Revision ChangesPath
1.27 +12 -19src/sys/dev/mii/rlphy.c
__
marius 2006-11-28 01:14:10 UTC
FreeBSD src repository
Modified files:
sys/dev/mii rlphy.c
Log:
- In rlphy_service() for the MII_TICK case don't bother to check whether
the currently selected media is of type IFM_AUTO as auto-negotiation
doesn't need to be kicked