aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-029-28/+32
* Add definition for the Atheros 8021 gigabit PHY.Nathan Whitehorn2013-11-062-0/+2
* Add support for new Gigabit PHY of RealTek.Pyun YongHyeon2013-10-292-2/+6
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-2631-269/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Recognize BCM5725C PHY.Pyun YongHyeon2013-07-202-0/+5
* For RTL8211B or later PHYs, enable crossover detection andPyun YongHyeon2013-03-202-1/+21
* Recognize 5720S PHY and treat it as 5708S PHY.Pyun YongHyeon2012-12-202-11/+17
* For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at allPyun YongHyeon2012-12-201-6/+5
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* Recognize the Marvell 88E1145 Quad Gigabit PHY.Juli Mallett2012-10-291-0/+1
* For 5717C/5719C/5720C and 57765 PHYs, do not perform any specialPyun YongHyeon2012-10-111-0/+9
* Remove unused variable ma.Kevin Lo2012-09-231-2/+0
* Merging of projects/armv6, part 5Oleksandr Tymoshenko2012-08-153-1/+243
* Add support for 88E1116R.Hiroki Sato2012-07-281-1/+6
* More Cicada/Vitesse PHY ids.Rafal Jaworowski2012-05-252-1/+10
* Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register toPyun YongHyeon2012-02-281-6/+12
* Add Seeq Technology 80220 PHY support to smcphy(4). This PHY isPyun YongHyeon2012-02-231-4/+60
* Probe the National DP83849, which is a dual-port version of the PHYTER.Marius Strobl2012-02-192-3/+6
* - Probe BCM57780.Marius Strobl2012-02-192-2/+6
* - In mii_attach(9) just set the driver for a newly added miibus(4) instanceMarius Strobl2011-12-051-3/+3
* Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there areMarius Strobl2011-11-231-0/+2
* Use DEVMETHOD_END.Marius Strobl2011-11-2328-32/+29
* Probe the BCM5785.Marius Strobl2011-11-231-0/+1
* Sync with NetBSD rev. 1.104Marius Strobl2011-11-231-1/+14
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* 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