aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for the RTL8153.Kevin Lo2016-10-313-3/+14
* Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.Luiz Otavio O Souza2016-07-232-26/+109
* Add support for Atmel at25df641 flashBaptiste Daroussin2016-06-082-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY.Pyun YongHyeon2015-12-032-4/+46
* Add more BCM gigabit PHYsSean Bruno2015-09-042-1/+11
* Add support for BCM5466 PHYSean Bruno2015-07-292-0/+2
* Fix yet another comment typo in NetBSD rev. 1.16, missed when mergingMarius Strobl2015-06-181-1/+1
* Merge from NetBSD:Marius Strobl2015-06-161-3/+40
* Add another variant of BCM5708S controller to IBM HS21 workaroundPyun YongHyeon2015-04-231-10/+18
* Instead of storing mii_media_table array index in ifm_data, determineGleb Smirnoff2015-04-214-77/+120
* The comment on BMCR data in if_media entry is wrong. The ifm_data storesGleb Smirnoff2015-04-211-20/+2
* Since xmphy doesn't call mii_phy_setmedia(), there is no reason to set ifm_data.Gleb Smirnoff2015-04-211-5/+4
* Since brgphy doesn't call mii_phy_setmedia(), there is no reason toGleb Smirnoff2015-04-211-9/+14
* Restore auto MDIX for RTL8211B and newer revision PHYs which wasPyun YongHyeon2015-03-131-1/+1
* Add RTL8211F gigabit PHY support.Pyun YongHyeon2015-03-122-60/+126
* Typo: ivalid -> invalid.Kevin Lo2015-01-211-2/+2
* Clean some dead code.Gleb Smirnoff2015-01-143-21/+0
* Remove unused variables.Gleb Smirnoff2015-01-132-4/+0
* - Remove unused variable.Gleb Smirnoff2015-01-131-3/+2
* Remove unused fields.Gleb Smirnoff2015-01-131-14/+0
* In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff2015-01-1212-29/+52
* Use nitems().Gleb Smirnoff2015-01-091-5/+1
* o Put () for p to avoid unexpected macro expansionRuslan Bukin2014-12-101-2/+3
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).Ruslan Bukin2014-10-212-0/+219
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Move rl(4) to dev/rl.Gleb Smirnoff2014-09-193-3/+3
* Do not blindly announce 1000baseT half-duplex capability inPyun YongHyeon2014-09-041-9/+16
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-2/+2
* 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