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
*
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