aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/ukphy_subr.c
Commit message (Expand)AuthorAgeFilesLines
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-0/+7
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-031-4/+4
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon2007-11-161-2/+2
* If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speedPyun YongHyeon2006-05-191-2/+15
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+0
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-5/+3
* Convert exphy and ukphy over to the new code.Poul-Henning Kamp2002-04-291-3/+3
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit adds support for the NetBSD MII abstraction layer andBill Paul1999-08-211-0/+120