summaryrefslogtreecommitdiff
path: root/sys/dev/mii/nsphy.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner 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
2020-12-26nsphy(4): Remove obsolete support for pcn(4)Marius Strobl
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-01-12In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff
2014-06-02Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar
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-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
2008-01-27- Fix a typo in a comment.Marius Strobl
2007-11-16IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon
2007-01-12Use mii_phy_add_media()/mii_phy_setmedia()-compatible media tableMarius Strobl
2006-12-02Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl
2006-11-28- Don't add IFM_NONE when used in combination with pcn(4) as for MIIMarius 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-29DP83840A on hme(4) don't advertise their media capabilities themselvesMarius Strobl
2004-05-29Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl
2004-05-29Spelling fix in a comment.Marius Strobl
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-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-04-28Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp
2002-04-28Improve an API by about 4 lines per driver.Poul-Henning Kamp
2002-03-20Remove __P.Alfred Perlstein
2001-09-29Cleanup pass for mii drivers.Jonathan Lemon
2001-06-02Only touch the PCR register in order to set bits for the fxp driver.Jonathan Lemon
2001-03-16Enable some undocumented bits in the DP83840 PHY, which is neededJonathan Lemon
2001-02-07Add QS6612, AC101 and LXT970 personal drivers and register definitions.Semen Ustimenko
2000-12-12Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul
2000-06-21Added Altima Communications OUI and their AC101 10/100Semen Ustimenko
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-04-11Added code to handle QS6612 PHY as standard NS PHYSemen Ustimenko
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-21This commit adds support for the NetBSD MII abstraction layer andBill Paul