aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* MFC: r271864Marius Strobl2015-12-273-3/+3
* MFC: r284447, r284552Marius Strobl2015-07-301-3/+40
* MFC r281877:Pyun YongHyeon2015-05-141-10/+18
* MFC r279903,279941:Pyun YongHyeon2015-03-262-60/+126
* MFC r271073:Pyun YongHyeon2014-10-201-9/+16
* MFC r253481:Pyun YongHyeon2013-12-052-0/+5
* MFC r257304:Pyun YongHyeon2013-11-042-2/+6
* MFC r248542:Pyun YongHyeon2013-05-152-1/+21
* MFC r244482:Pyun YongHyeon2013-01-242-11/+17
* MFC r244481:Pyun YongHyeon2013-01-241-6/+5
* MFC r241437:Pyun YongHyeon2012-11-261-0/+9
* MFC r242625:Dimitry Andric2012-11-121-1/+1
* MFC r232246:Pyun YongHyeon2012-03-261-6/+12
* MFC r232015-232016:Pyun YongHyeon2012-03-261-4/+60
* MFC: r231914Marius Strobl2012-02-252-3/+6
* MFC: r231913Marius Strobl2012-02-252-2/+6
* MFC: r227907, r22791 (for diff reduction)Marius Strobl2012-01-291-0/+3
* MFC: r227906Marius Strobl2012-01-291-1/+14
* MFC: r227688Marius Strobl2012-01-292-7/+6
* MFC: r227687, r228290Marius Strobl2012-01-291-39/+111
* MFC r227842:Pyun YongHyeon2012-01-051-1/+2
* MFC r226870:Pyun YongHyeon2012-01-032-0/+2
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-3130-35/+31
* MFC: r226995, r227042Marius Strobl2011-11-062-0/+234
* MFC: r226154, r226165Marius Strobl2011-11-065-700/+0
* r221812 reveals that at least some Broadcom PHYs default to being not onlyMarius Strobl2011-08-192-5/+17
* Add detection for the Marvel 88E1149R and treat it just like theWarner Losh2011-06-302-1/+6
* - There's no need for nibbletab to be static, it's const however.Marius Strobl2011-05-141-3/+3
* Explicitly clear 1000baseT control register for F1 PHY used inPyun YongHyeon2011-05-121-0/+12
* Some PHYs like the Level One LXT970 optionally can default to isolationMarius Strobl2011-05-121-6/+9
* Fix whitespace.Marius Strobl2011-05-101-1/+1
* Fix a bug in r221407; this driver doesn't add the media itself.Marius Strobl2011-05-101-1/+1
* Recognize BCM5719C PHY.Pyun YongHyeon2011-05-092-0/+2
* Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'mPyun YongHyeon2011-05-051-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-0337-1452/+924
* Probe the PHY accompanying BCM57765.Marius Strobl2011-05-022-0/+2
* Correct spelling in comments.Marius Strobl2011-04-228-12/+12
* Add Realtek RTL8201E 10/100 PHY found in RTL8105E controller. ThePyun YongHyeon2011-01-262-0/+2
* - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manualMarius Strobl2011-01-141-22/+29
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE isMarius Strobl2011-01-142-6/+8
* - Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl2011-01-143-16/+13
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justMarius Strobl2011-01-143-21/+20
* Add RDC Semiconductor R6040 10/100 PHY driver.Pyun YongHyeon2010-12-303-0/+344
* - Add a comment regarding the fact that as documented in the datasheetMarius Strobl2010-12-211-3/+7
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetPyun YongHyeon2010-12-182-0/+48
* Allow pause support advertisement to be turned off again.Marius Strobl2010-11-272-0/+2
* Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annexMarius Strobl2010-11-261-1/+13
* - Also probe BCM5214 and BCM5222.Marius Strobl2010-11-222-11/+53
* Add support for flow control.Marius Strobl2010-11-223-6/+10
* Given that unlike f.e. rgephy(4) these drivers doen't explicitly start anMarius Strobl2010-11-222-0/+4