aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisPyun YongHyeon2011-11-221-1/+2
* There's no need export the device interface methods of miibus(4).Marius Strobl2011-11-182-7/+6
* - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHYMarius Strobl2011-11-181-39/+111
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-012-0/+234
* Recognize BCM5720C PHY.Pyun YongHyeon2011-10-282-0/+2
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl2011-10-085-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-1462/+934
* 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
* Given that unlike f.e. rgephy(4) this driver doesn't explicitly start anMarius Strobl2010-11-221-0/+2
* Add missing newlines.Marius Strobl2010-11-221-5/+5
* Fix a bug introduced with r215298; when atphy_reset() is called fromMarius Strobl2010-11-181-1/+2
* Restore the previous behaviour of substring match.Jung-uk Kim2010-11-151-1/+2
* Plug memory leakage introduced in r204989.Jung-uk Kim2010-11-151-9/+12
* Return from mii_attach() after calling bus_generic_attach(9) on the device_tMarius Strobl2010-11-151-0/+3
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsMarius Strobl2010-11-141-11/+0
* Remove redundant cases and a style(9) bug.Marius Strobl2010-11-141-4/+1
* - Change these drivers to take advantage and use the generic IEEE 802.3Marius Strobl2010-11-145-75/+82
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-149-284/+276
* Recognize the BCM5482S.Juli Mallett2010-11-082-0/+2
* Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complainedMarius Strobl2010-10-311-1/+1
* Try to make the style consistent (including regarding NetBSD bits not yetMarius Strobl2010-10-311-44/+39
* Make a comment reflect reality.Marius Strobl2010-10-311-1/+1
* Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be usedMarius Strobl2010-10-301-1/+1
* Add BCM5717C 10/100/1000TX PHY id.Pyun YongHyeon2010-10-272-0/+7
* - Given that as of r214264 all PHY drivers using mii(4) finally have beenMarius Strobl2010-10-242-96/+1
* - Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respectiveMarius Strobl2010-10-242-50/+52
* Take advantage of mii_phy_add_media()/mii_phy_setmedia().Marius Strobl2010-10-241-27/+7