summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ukphy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize oui and model fields in the softc.kettenis2016-07-111-1/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-3/+2
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-6/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* remove whitespace at the end of line.brad2006-03-051-2/+2
* Correct information in dmesg again. -moj ok jsgmaja2006-02-121-2/+2
* make ukphy dmesg attach print on one line.brad2005-10-161-5/+5
* Get flags passed down to PHY drivers correctly. This was done onbrad2005-01-281-2/+2
* mii_phy_tick() already checks for autonegotiation.brad2004-09-281-7/+1
* ANSI protos and some minor cleanupbrad2004-09-271-12/+4
* Restructure the PHY entry points to use a structure ofbrad2004-09-261-4/+7
* don't include sys/malloc.h, no memory management functions are usedbrad2004-09-201-2/+1
* First round of __P removal in sysmillert2002-03-141-4/+4
* Add some general support info for gigabit physnate2001-06-081-2/+5
* hushjason2000-08-281-4/+2
* sync mii code with netbsdnate2000-08-261-47/+24
* Merge with NetBSD:jason1999-12-071-34/+7
* add IFM_NONE instead of IFM_AUTO for isolationjason1999-09-171-2/+2
* do not print media information to dmesg; ifconfig shows itderaadt1999-07-231-6/+2
* Sync with NetBSD:jason1999-07-161-5/+7
* Enable "auto" mode so we at least have a chance of working. Otherwise,millert1999-05-311-2/+2
* Merge with NetBSD:jason1998-11-111-0/+274