summaryrefslogtreecommitdiff
path: root/sys/dev/mii/xmphy.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-06mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2015-04-21Since xmphy doesn't call mii_phy_setmedia(), there is no reason to set ifm_data.Gleb Smirnoff
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
2011-01-14- Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl
2010-11-14Remove redundant cases and a style(9) bug.Marius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius 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
2006-12-02Some style changes to a couple of PHY drivers:Marius Strobl
2006-12-02Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl
2006-07-03Replace hard-coded magic constants to system defined constantsPyun YongHyeon
2005-09-30Use ansi function definitions in preference to K&R to reduce diffsWarner Losh
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
2004-05-03Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-03Use __FBSDID rather than rcsid[].David E. O'Brien
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-10-14Put function return types on a line by themselves.Alfred Perlstein
2002-05-04Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp
2002-04-29Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp
2002-03-20Remove __P.Alfred Perlstein
2001-09-29Cleanup pass for mii drivers.Jonathan Lemon
2001-05-23Tweak the xmphy driver a little bit based on something I learned aboutBill Paul
2000-12-12Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-04-22Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul