| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY. | yongari | 2015-12-03 | 2 | -4/+46 |
* | Add more BCM gigabit PHYs | sbruno | 2015-09-04 | 2 | -1/+11 |
* | Add support for BCM5466 PHY | sbruno | 2015-07-29 | 2 | -0/+2 |
* | Fix yet another comment typo in NetBSD rev. 1.16, missed when merging | marius | 2015-06-18 | 1 | -1/+1 |
* | Merge from NetBSD: | marius | 2015-06-16 | 1 | -3/+40 |
* | Add another variant of BCM5708S controller to IBM HS21 workaround | yongari | 2015-04-23 | 1 | -10/+18 |
* | Instead of storing mii_media_table array index in ifm_data, determine | glebius | 2015-04-21 | 4 | -77/+120 |
* | The comment on BMCR data in if_media entry is wrong. The ifm_data stores | glebius | 2015-04-21 | 1 | -20/+2 |
* | Since xmphy doesn't call mii_phy_setmedia(), there is no reason to set ifm_data. | glebius | 2015-04-21 | 1 | -5/+4 |
* | Since brgphy doesn't call mii_phy_setmedia(), there is no reason to | glebius | 2015-04-21 | 1 | -9/+14 |
* | Restore auto MDIX for RTL8211B and newer revision PHYs which was | yongari | 2015-03-13 | 1 | -1/+1 |
* | Add RTL8211F gigabit PHY support. | yongari | 2015-03-12 | 2 | -60/+126 |
* | Typo: ivalid -> invalid. | kevlo | 2015-01-21 | 1 | -2/+2 |
* | Clean some dead code. | glebius | 2015-01-14 | 3 | -21/+0 |
* | Remove unused variables. | glebius | 2015-01-13 | 2 | -4/+0 |
* | - Remove unused variable. | glebius | 2015-01-13 | 1 | -3/+2 |
* | Remove unused fields. | glebius | 2015-01-13 | 1 | -14/+0 |
* | In miibus(4) drivers provide functions that allow to get NIC | glebius | 2015-01-12 | 12 | -29/+52 |
* | Use nitems(). | glebius | 2015-01-09 | 1 | -5/+1 |
* | o Put () for p to avoid unexpected macro expansion | br | 2014-12-10 | 1 | -2/+3 |
* | Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY). | br | 2014-10-21 | 2 | -0/+219 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | davide | 2014-10-16 | 1 | -1/+1 |
* | Move rl(4) to dev/rl. | glebius | 2014-09-19 | 3 | -3/+3 |
* | Do not blindly announce 1000baseT half-duplex capability in | yongari | 2014-09-04 | 1 | -9/+16 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 1 | -2/+2 |
* | Introduce a procedural interface to the ifnet structure. The new | marcel | 2014-06-02 | 9 | -28/+32 |
* | Add definition for the Atheros 8021 gigabit PHY. | nwhitehorn | 2013-11-06 | 2 | -0/+2 |
* | Add support for new Gigabit PHY of RealTek. | yongari | 2013-10-29 | 2 | -2/+6 |
* | The MII layer shouldn't care about administrative status of an | glebius | 2013-10-26 | 31 | -269/+9 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Recognize BCM5725C PHY. | yongari | 2013-07-20 | 2 | -0/+5 |
* | For RTL8211B or later PHYs, enable crossover detection and | yongari | 2013-03-20 | 2 | -1/+21 |
* | Recognize 5720S PHY and treat it as 5708S PHY. | yongari | 2012-12-20 | 2 | -11/+17 |
* | For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at all | yongari | 2012-12-20 | 1 | -6/+5 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -1/+1 |
* | Recognize the Marvell 88E1145 Quad Gigabit PHY. | jmallett | 2012-10-29 | 1 | -0/+1 |
* | For 5717C/5719C/5720C and 57765 PHYs, do not perform any special | yongari | 2012-10-11 | 1 | -0/+9 |
* | Remove unused variable ma. | kevlo | 2012-09-23 | 1 | -2/+0 |
* | Merging of projects/armv6, part 5 | gonzo | 2012-08-15 | 3 | -1/+243 |
* | Add support for 88E1116R. | hrs | 2012-07-28 | 1 | -1/+6 |
* | More Cicada/Vitesse PHY ids. | raj | 2012-05-25 | 2 | -1/+10 |
* | Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to | yongari | 2012-02-28 | 1 | -6/+12 |
* | Add Seeq Technology 80220 PHY support to smcphy(4). This PHY is | yongari | 2012-02-23 | 1 | -4/+60 |
* | Probe the National DP83849, which is a dual-port version of the PHYTER. | marius | 2012-02-19 | 2 | -3/+6 |
* | - Probe BCM57780. | marius | 2012-02-19 | 2 | -2/+6 |
* | - In mii_attach(9) just set the driver for a newly added miibus(4) instance | marius | 2011-12-05 | 1 | -3/+3 |
* | Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there are | marius | 2011-11-23 | 1 | -0/+2 |
* | Use DEVMETHOD_END. | marius | 2011-11-23 | 28 | -32/+29 |
* | Probe the BCM5785. | marius | 2011-11-23 | 1 | -0/+1 |
* | Sync with NetBSD rev. 1.104 | marius | 2011-11-23 | 1 | -1/+14 |