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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- There's no need for nibbletab to be static, it's const however.
marius
2011-05-14
1
-3
/
+3
*
Explicitly clear 1000baseT control register for F1 PHY used in
yongari
2011-05-12
1
-0
/
+12
*
Some PHYs like the Level One LXT970 optionally can default to isolation
marius
2011-05-12
1
-6
/
+9
*
Fix whitespace.
marius
2011-05-10
1
-1
/
+1
*
Fix a bug in r221407; this driver doesn't add the media itself.
marius
2011-05-10
1
-1
/
+1
*
Recognize BCM5719C PHY.
yongari
2011-05-09
2
-0
/
+2
*
Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'm
yongari
2011-05-05
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
37
-1462
/
+934
*
Probe the PHY accompanying BCM57765.
marius
2011-05-02
2
-0
/
+2
*
Correct spelling in comments.
marius
2011-04-22
8
-12
/
+12
*
Add Realtek RTL8201E 10/100 PHY found in RTL8105E controller. The
yongari
2011-01-26
2
-0
/
+2
*
- Allow IFM_FLAG0 to be set indicating that auto-negotiation with manual
marius
2011-01-14
1
-22
/
+29
*
- Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE is
marius
2011-01-14
2
-6
/
+8
*
- Even after masking the media with IFM_GMASK the result may have bits
marius
2011-01-14
3
-16
/
+13
*
- Masking IFM_GMASK when also masking IFM_FDX is redundant and just
marius
2011-01-14
3
-21
/
+20
*
Add RDC Semiconductor R6040 10/100 PHY driver.
yongari
2010-12-30
3
-0
/
+344
*
- Add a comment regarding the fact that as documented in the datasheet
marius
2010-12-21
1
-3
/
+7
*
Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernet
yongari
2010-12-18
2
-0
/
+48
*
Allow pause support advertisement to be turned off again.
marius
2010-11-27
2
-0
/
+2
*
Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annex
marius
2010-11-26
1
-1
/
+13
*
- Also probe BCM5214 and BCM5222.
marius
2010-11-22
2
-11
/
+53
*
Add support for flow control.
marius
2010-11-22
3
-6
/
+10
*
Given that unlike f.e. rgephy(4) these drivers doen't explicitly start an
marius
2010-11-22
2
-0
/
+4
*
Given that unlike f.e. rgephy(4) this driver doesn't explicitly start an
marius
2010-11-22
1
-0
/
+2
*
Add missing newlines.
marius
2010-11-22
1
-5
/
+5
*
Fix a bug introduced with r215298; when atphy_reset() is called from
marius
2010-11-18
1
-1
/
+2
*
Restore the previous behaviour of substring match.
jkim
2010-11-15
1
-1
/
+2
*
Plug memory leakage introduced in r204989.
jkim
2010-11-15
1
-9
/
+12
*
Return from mii_attach() after calling bus_generic_attach(9) on the device_t
marius
2010-11-15
1
-0
/
+3
*
Move the limiting of the PHY to 10/100 modes of operation due to limitations
marius
2010-11-14
1
-11
/
+0
*
Remove redundant cases and a style(9) bug.
marius
2010-11-14
1
-4
/
+1
*
- Change these drivers to take advantage and use the generic IEEE 802.3
marius
2010-11-14
5
-75
/
+82
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
9
-284
/
+276
*
Recognize the BCM5482S.
jmallett
2010-11-08
2
-0
/
+2
*
Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complained
marius
2010-10-31
1
-1
/
+1
*
Try to make the style consistent (including regarding NetBSD bits not yet
marius
2010-10-31
1
-44
/
+39
*
Make a comment reflect reality.
marius
2010-10-31
1
-1
/
+1
*
Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be used
marius
2010-10-30
1
-1
/
+1
*
Add BCM5717C 10/100/1000TX PHY id.
yongari
2010-10-27
2
-0
/
+7
*
- Given that as of r214264 all PHY drivers using mii(4) finally have been
marius
2010-10-24
2
-96
/
+1
*
- Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respective
marius
2010-10-24
2
-50
/
+52
*
Take advantage of mii_phy_add_media()/mii_phy_setmedia().
marius
2010-10-24
1
-27
/
+7
*
- Take advantage of mii_phy_dev_probe().
marius
2010-10-24
1
-12
/
+8
*
Revert r213867; while this driver really doesn't use any of the generic
marius
2010-10-18
1
-0
/
+4
*
Now that all previous users of mii_phy_probe() have been converted
marius
2010-10-15
2
-16
/
+0
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
31
-74
/
+57
*
Add a NetBSD-compatible mii_attach(), which is intended to eventually
marius
2010-10-14
3
-99
/
+255
*
Just like xmphy(4) this driver doesn't use any of the generic subroutines
marius
2010-10-14
1
-4
/
+0
*
Separate common flags into controller specific and PHY related
yongari
2010-10-05
1
-8
/
+8
*
Remove an header that apart from the license is empty.
marius
2010-10-03
2
-30
/
+0
[next]