summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2007-11-25Set half duplex flag when appropriate and some minor cleaning.Brad Smith
2007-11-18eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too.Kenneth R Westerback
2007-11-06regenMark Kettenis
2007-11-06Add Enable/Agere LU3X31T2.Mark Kettenis
2007-10-30Initial port of Sepherosa Ziehau's DragonFlyBSD driversJonathan Gray
2007-10-30regenJonathan Gray
2007-10-30Add Agere ET1011 10/100/1000 PHYJonathan Gray
2007-10-13Add support for BCM5906.Mark Kettenis
2007-10-10Add support for the RTL8211B PHY based on a patch byJonathan Gray
2007-10-06Oops, committed this with a typo, which made it do not quite the right thing.Mark Kettenis
2007-10-05Disable fiber/copper auto-selection on the 88E1111 if it is in RGMII mode, toMark Kettenis
2007-09-17- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andBrad Smith
2007-09-17regenMark Kettenis
2007-09-17Add another OUI for Broadcom, and add the PHY for the Broadcom BCM5906.Mark Kettenis
2007-08-30PHY on D495GCCR boardChris Kuethe
2007-08-30regenChris Kuethe
2007-08-30Intel PHY on D945GCCR boardChris Kuethe
2007-02-11Add support for fiber on the 88E1112 (88E8021/22 integrated PHY).Mark Kettenis
2007-02-10Use right flow control autonegotiation bits for 1000baseX.Mark Kettenis
2007-01-30Rough in more support for 5787/5755 chips so far known to not work orKenneth R Westerback
2007-01-27In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already.Miod Vallat
2007-01-21Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS.Mark Kettenis
2007-01-10Flow control support for bge(4)/brgphy(4). From brad@ based on code fromMark Kettenis
2007-01-05Now that all ethernet drivers that support flow control set MIIF_DOPAUSE,Mark Kettenis
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
2006-12-30Set MASTER based on IFM_ETH_MASTER instead of LINK0.Mark Kettenis
2006-12-30Only advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-30Rewrite eephy(4) to take advantage of generic phy code.Mark Kettenis
2006-12-30Add flow control support.Mark Kettenis
2006-12-30Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-29Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 toMark Kettenis
2006-12-29No need to read ANAR and ANLPAR anymore.Mark Kettenis
2006-12-28Use mii_phy_flowstatus() to set flow control status bits.Mark Kettenis
2006-12-28Add function to detect flow control status. From NetBSD.Mark Kettenis
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
2006-12-23Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-12-23Fix check for active 1000baseT media.Mark Kettenis
2006-12-22Fix check for active 1000baseT media.Mark Kettenis
2006-12-22Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-12-22- Add IFM_NONE.Mark Kettenis
2006-12-20Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-12-15use mii_media_active instead of mii_media_status to get the fullReyk Floeter
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28some additional registers.Brad Smith
2006-11-28sync with new miidevs entries.Brad Smith
2006-11-28regenBrad Smith
2006-11-28rename Marvell Gig PHY E1000_5/6 to E1116/E1118.Brad Smith
2006-11-02simplify parent driver matching code a bit. no-op change.Brad Smith
2006-10-22Set Jumbo frame settings for Jumbo capable bge(4) adapters.Brad Smith
2006-10-20remove the IFM_100_T4 switch case for the manual media code, brgphy(4)Brad Smith