Age | Commit message (Expand) | Author |
2007-10-10 | Add support for the RTL8211B PHY based on a patch by | Jonathan Gray |
2007-10-06 | Oops, committed this with a typo, which made it do not quite the right thing. | Mark Kettenis |
2007-10-05 | Disable fiber/copper auto-selection on the 88E1111 if it is in RGMII mode, to | Mark Kettenis |
2007-09-17 | - Use a 64-bit int for the baudrate within the ifmedia_baudrate struct and | Brad Smith |
2007-09-17 | regen | Mark Kettenis |
2007-09-17 | Add another OUI for Broadcom, and add the PHY for the Broadcom BCM5906. | Mark Kettenis |
2007-08-30 | PHY on D495GCCR board | Chris Kuethe |
2007-08-30 | regen | Chris Kuethe |
2007-08-30 | Intel PHY on D945GCCR board | Chris Kuethe |
2007-02-11 | Add support for fiber on the 88E1112 (88E8021/22 integrated PHY). | Mark Kettenis |
2007-02-10 | Use right flow control autonegotiation bits for 1000baseX. | Mark Kettenis |
2007-01-30 | Rough in more support for 5787/5755 chips so far known to not work or | Kenneth R Westerback |
2007-01-27 | In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already. | Miod Vallat |
2007-01-21 | Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS. | Mark Kettenis |
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis |
2007-01-05 | Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, | Mark Kettenis |
2006-12-31 | Bring last few phys into line by calling their XXX_status() functions | Kenneth R Westerback |
2006-12-30 | Set MASTER based on IFM_ETH_MASTER instead of LINK0. | Mark Kettenis |
2006-12-30 | Only advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis |
2006-12-30 | Rewrite eephy(4) to take advantage of generic phy code. | Mark Kettenis |
2006-12-30 | Add flow control support. | Mark Kettenis |
2006-12-30 | Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis |
2006-12-29 | Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 to | Mark Kettenis |
2006-12-29 | No need to read ANAR and ANLPAR anymore. | Mark Kettenis |
2006-12-28 | Use mii_phy_flowstatus() to set flow control status bits. | Mark Kettenis |
2006-12-28 | Add function to detect flow control status. From NetBSD. | Mark Kettenis |
2006-12-27 | Always explicitly set IFM_HDX for half-duplex. | Mark Kettenis |
2006-12-23 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis |
2006-12-23 | Fix check for active 1000baseT media. | Mark Kettenis |
2006-12-22 | Fix check for active 1000baseT media. | Mark Kettenis |
2006-12-22 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis |
2006-12-22 | - Add IFM_NONE. | Mark Kettenis |
2006-12-20 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis |
2006-12-15 | use mii_media_active instead of mii_media_status to get the full | Reyk Floeter |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-28 | some additional registers. | Brad Smith |
2006-11-28 | sync with new miidevs entries. | Brad Smith |
2006-11-28 | regen | Brad Smith |
2006-11-28 | rename Marvell Gig PHY E1000_5/6 to E1116/E1118. | Brad Smith |
2006-11-02 | simplify parent driver matching code a bit. no-op change. | Brad Smith |
2006-10-22 | Set Jumbo frame settings for Jumbo capable bge(4) adapters. | Brad Smith |
2006-10-20 | remove the IFM_100_T4 switch case for the manual media code, brgphy(4) | Brad Smith |
2006-10-20 | attach for the Broadcom BCM5755 ASIC based chipsets as well. | Brad Smith |
2006-10-20 | regen | Brad Smith |
2006-10-20 | add PHY id for the Broadcom BCM5755 ASIC based chipsets. | Brad Smith |
2006-10-20 | move the Jumbo frame settings and Ethernet@Wirespeed code into separate | Brad Smith |
2006-10-19 | add a PHY workaround for the 5787 ASIC based chipsets. | Brad Smith |
2006-10-19 | Rearrange the code a bit, rename a few functions and make brgphy(4) use | Brad Smith |
2006-10-15 | fix parent driver match in brgphy_reset(), simplify code a bit as well, don't | Brad Smith |
2006-10-15 | attach to the Broadcom BCM5787 PHY. | Brad Smith |