index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
rgephy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to
yongari
2012-02-28
1
-6
/
+12
*
Use DEVMETHOD_END.
marius
2011-11-23
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-56
/
+23
*
- Allow IFM_FLAG0 to be set indicating that auto-negotiation with manual
marius
2011-01-14
1
-22
/
+29
*
- Change these drivers to take advantage and use the generic IEEE 802.3
marius
2010-11-14
1
-40
/
+38
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-0
/
+1
*
- In the spirit of previous simplifications factor out the checks for a
marius
2010-10-02
1
-25
/
+2
*
Use the mii_data provided via mii_attach_args and mii_pdata respectively
marius
2010-09-27
1
-1
/
+1
*
Fix a copy/paste error
kevlo
2008-08-06
1
-1
/
+0
*
Add RTL8211C(L) support.
yongari
2008-07-02
1
-1
/
+13
*
Add detection of isolation state.
yongari
2008-03-05
1
-0
/
+5
*
Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()
yongari
2007-10-30
1
-1
/
+0
*
Add support for RealTek RTL8211B(L) PHY. It's based on the patch
yongari
2007-10-29
1
-27
/
+87
*
o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set
yongari
2007-10-29
1
-7
/
+14
*
Correct the previous change:
marius
2006-12-18
1
-0
/
+3
*
- Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations
marius
2006-12-02
1
-13
/
+3
*
Some style changes to a couple of PHY drivers:
marius
2006-12-02
1
-18
/
+9
*
Add a helper function mii_phy_dev_probe(), which wraps around the
marius
2006-12-02
1
-10
/
+6
*
Due to the poor PHY documentation from RealTek I can't sure but I
yongari
2006-08-12
1
-10
/
+18
*
Replace hard-coded magic constants to system defined constants
yongari
2006-07-03
1
-1
/
+1
*
Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The
wpaul
2006-06-26
1
-8
/
+18
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Use ansi function definitions in preference to K&R to reduce diffs
imp
2005-09-30
1
-12
/
+5
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Remove double __FBSDID and move the remaining one into a common place after
marius
2004-05-29
1
-3
/
+3
*
Correct the phy_service() routine case MII_TICK to correctly track
andre
2004-05-03
1
-3
/
+3
*
Clean up dead code.
wpaul
2003-09-11
1
-15
/
+8
*
Add a PHY driver to support the built-in gigE PHY in the 8169S/8110S
wpaul
2003-09-11
1
-0
/
+483