summaryrefslogtreecommitdiff
path: root/sys/dev/mii/bmtphy.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2022-05-06mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-10-26The MII layer shouldn't care about administrative status of anGleb Smirnoff
2011-11-23Use DEVMETHOD_END.Marius Strobl
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-11-22- Also probe BCM5214 and BCM5222.Marius Strobl
2010-11-22Add support for flow control.Marius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-10-03Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl
2010-10-02- In the spirit of previous simplifications factor out the checks for aMarius Strobl
2010-09-27Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl
2010-09-26- Remove clause 3 and 4 from TNF licenses.Marius Strobl
2006-12-02Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl
2006-11-27Analogous to mii_add_media(), factor out the code for checking whetherMarius Strobl
2006-07-03Replace hard-coded magic constants to system defined constantsPyun YongHyeon
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-30Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp
2004-05-29Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl
2003-09-09Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul
2003-08-24Use __FBSDID().David E. O'Brien
2003-05-31Remove unnecessary breaks.Poul-Henning Kamp
2003-01-19Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien
2002-10-29Remove unnecessary <sys/malloc.h> include.Semen Ustimenko
2002-07-05Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes theBenno Rice