| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore link state handling which was broken in rev 1.69. | yongari | 2008-08-12 | 1 | -4/+1 |
* | Remove 'cr' at the end of line. | yongari | 2008-08-12 | 1 | -20/+20 |
* | Remove whitespace at the end of line. | yongari | 2008-08-12 | 1 | -10/+10 |
* | Fix a copy/paste error | kevlo | 2008-08-06 | 1 | -1/+0 |
* | Add RTL8211C(L) support. | yongari | 2008-07-02 | 2 | -2/+15 |
* | Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit | delphij | 2008-06-20 | 2 | -0/+419 |
* | Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit | delphij | 2008-06-20 | 1 | -0/+4 |
* | - Added support for BCM5709 and BCM5716. | davidch | 2008-06-13 | 1 | -9/+59 |
* | Add support for the Apple Big Mac (BMAC) Ethernet controller, | marcel | 2008-06-07 | 1 | -0/+10 |
* | This is a rewritten driver for the SMSC LAN91C111. It's based in part on the | benno | 2008-06-06 | 2 | -0/+269 |
* | Add JMicron JMP202/JMP211 PHY driver. | yongari | 2008-05-27 | 3 | -0/+492 |
* | Add Attansic/Atheros F1 PHY driver. | yongari | 2008-05-19 | 3 | -0/+480 |
* | Add support for the BCM5906[M] adapters. These adapters only support | jhb | 2008-04-29 | 3 | -2/+14 |
* | Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DS | raj | 2008-04-26 | 2 | -1/+4 |
* | Add support for IC Plus IP1001 PHY. | yongari | 2008-04-05 | 3 | -21/+104 |
* | Flesh out support for the BCM5722 by recognizing the phy on the 5722 and | jhb | 2008-03-06 | 2 | -1/+3 |
* | - Add PHY ID for BCM5709C 1000Base-T controllers. | davidch | 2008-03-05 | 2 | -2/+6 |
* | Add detection of isolation state. | yongari | 2008-03-05 | 1 | -0/+5 |
* | Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY. | raj | 2008-03-03 | 2 | -1/+4 |
* | - Fix a typo in a comment. | marius | 2008-01-27 | 1 | -8/+10 |
* | Fix a typo in a comment. | marius | 2008-01-27 | 1 | -1/+1 |
* | Add a driver for the National Semiconductor DP83815, DP83843 and | marius | 2008-01-27 | 3 | -0/+529 |
* | Add a flag for Ethernet@WireSpeed capability and correct chip revisions. | jkim | 2008-01-18 | 1 | -7/+1 |
* | Reset autonegotation timer if media option is not IFM_AUTO. | yongari | 2007-11-16 | 1 | -1/+5 |
* | IEEE 802.3 Annex 28B.3 explicitly specifies the following relative | yongari | 2007-11-16 | 5 | -14/+14 |
* | Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach() | yongari | 2007-10-30 | 1 | -1/+0 |
* | - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4) | marius | 2007-10-29 | 1 | -2/+1 |
* | Add 88E1116/88E1116R PHY support code that takes the PHY out of | yongari | 2007-10-29 | 2 | -0/+15 |
* | Add a newer RTL8211B(L) PHY. | yongari | 2007-10-29 | 1 | -2/+2 |
* | Add support for RealTek RTL8211B(L) PHY. It's based on the patch | yongari | 2007-10-29 | 2 | -28/+99 |
* | o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set | yongari | 2007-10-29 | 1 | -7/+14 |
* | Add icsphy(4), Integrated Circuit Systems PHY driver, ported from | yongari | 2007-06-11 | 2 | -0/+438 |
* | Add ICS1889/ICS1892/ICS1893 PHY. | yongari | 2007-06-11 | 1 | -0/+3 |
* | - Fixed a problem that caused autonegotiation failures. | davidch | 2007-06-08 | 1 | -1/+5 |
* | New features: | davidch | 2007-06-07 | 3 | -179/+497 |
* | Add support IC Plus IP101 10/100 PHY that is found on nVidia network | yongari | 2007-06-06 | 1 | -0/+1 |
* | Add IC Plus IP101 PHY | yongari | 2007-06-06 | 1 | -0/+1 |
* | Add support Vitesse VSC8601 PHY that is found on nVidia network | yongari | 2007-06-06 | 2 | -0/+30 |
* | Add OUI for Vitesse Semiconductor. | yongari | 2007-06-06 | 1 | -0/+2 |
* | Define the miibus ivars as a structure, instead of as a vector of | marcel | 2007-05-01 | 1 | -14/+15 |
* | - Take advantage of mii_phy_add_media() for adding media and setting | marius | 2007-04-30 | 1 | -65/+13 |
* | Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsets | marius | 2007-04-10 | 2 | -0/+2 |
* | Revert couple of changes from 1.51 and 1.52. Reading link status with BMSR | jkim | 2007-03-19 | 1 | -14/+12 |
* | mii_phy_dev_probe returns its third argument on match, not 0, so pass 0 | imp | 2007-02-26 | 1 | -1/+1 |
* | Restore support for the 5706C bce(4) phy that was broken during the | jhb | 2007-02-21 | 2 | -2/+54 |
* | Fix a typo from the previous commit. | jkim | 2007-02-14 | 1 | -1/+1 |
* | Fix typos in comments while I am here. | jkim | 2007-02-13 | 2 | -28/+29 |
* | Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver. | jkim | 2007-02-12 | 1 | -0/+22 |
* | Fix style(9). | jkim | 2007-02-12 | 2 | -236/+236 |
* | Add PHY DSP code for BCM5755M. | jkim | 2007-02-12 | 2 | -0/+27 |