summaryrefslogtreecommitdiff
path: root/sys/dev/mii/igphy.c
AgeCommit message (Expand)Author
2020-11-04 Fix a bug that "ifconfig xx0 media none" set LINK_STATE_UNKNOWN instead ofmsaitoh
2020-08-03Rename PSSR_* to MAKPHY_PSSR_* and IGPHY_PSSR_* to avoid conflict.msaitoh
2020-08-03s/MII_IGPHY_/IGPHY_/. No functional change.msaitoh
2020-07-07- Remove the waitfor argument from mii_phy_auto().msaitoh
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2019-11-27- Simplify sc->mii_anegticks setting. Same as FreeBSD.msaitoh
2019-03-25 KNF. No functional change.msaitoh
2019-02-24use a macro to tidy up the phydesc array initialization, from FreeBSDchristos
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-08 Whitespace fixes. No functional change.msaitoh
2017-07-06 Update comment. SmartSpeed workaroud code was added in rev. 1.5. No functionalmsaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-10-30igphy(4),ukphy(4): Set mii_mpd_* entries.msaitoh
2015-08-24add some _KERNEL_OPT as the finishing touchpooka
2014-06-16 IFM_FDX and IFM_HDX use different bit, so set IFM_HDX bit if it's not fullmsaitoh
2012-10-18Style fix. No functional change.msaitoh
2010-03-07Add two workarounds for ICH8 with igp3.msaitoh
2009-12-16Sync with Intel's original em driver:msaitoh
2009-12-16Re-enable igphy's 82566 support.msaitoh
2009-08-06Later generation 82566 IGP PHYs have problems with media changes to 100Mb andkml
2008-11-17Reduce code duplication: most PHY drivers call mii_phy_add_media()dyoung
2008-05-04device_t/softc split for all mii(4) devices, and other relatedxtraeme
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-08-28add I82566msaitoh
2007-02-23fix some negotiation problems on wm(4).msaitoh
2006-11-16- don't hardcode 5, 10 define and use MII_ANEGTICKS{,_GIGE}christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2004-10-05Enable the SmartSpeed work-around code for the IGP phy, with somethorpej
2004-08-23Make use of static.thorpej
2004-04-11gmii_phy_getflowcontrol() -> mii_phy_flowstatus(). From HITOSHI Osada.thorpej
2004-04-10Fetch negotiated flow control parameters. From HITOSHI Osada.thorpej
2003-10-28Add a driver for the Intel IGPE1000 PHY as found on 82541 and 82547 chips.fvdl