aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/nsphyter.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-6/+0
* Probe the National DP83849, which is a dual-port version of the PHYTER.Marius Strobl2012-02-191-2/+4
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-45/+13
* Add support for flow control.Marius Strobl2010-11-221-4/+2
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-12/+7
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-25/+1
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* - Remove clause 3 and 4 from TNF licenses.Marius Strobl2010-09-261-12/+0
* Add a driver for the National Semiconductor DP83815, DP83843 andMarius Strobl2008-01-271-0/+341