summaryrefslogtreecommitdiff
path: root/sys/dev/mii/ukphy.c
AgeCommit message (Expand)Author
2016-07-11Initialize oui and model fields in the softc.Mark Kettenis
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-03-05remove whitespace at the end of line.Brad Smith
2006-02-12Correct information in dmesg again. -moj ok jsgMats O Jansson
2005-10-16make ukphy dmesg attach print on one line.Brad Smith
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
2004-09-28mii_phy_tick() already checks for autonegotiation.Brad Smith
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
2004-09-20don't include sys/malloc.h, no memory management functions are usedBrad Smith
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-08Add some general support info for gigabit physNathan Binkert
2000-08-28hushJason Wright
2000-08-26sync mii code with netbsdNathan Binkert
1999-12-07Merge with NetBSD:Jason Wright
1999-09-17add IFM_NONE instead of IFM_AUTO for isolationJason Wright
1999-07-23do not print media information to dmesg; ifconfig shows itTheo de Raadt
1999-07-16Sync with NetBSD:Jason Wright
1999-05-31Enable "auto" mode so we at least have a chance of working. Otherwise,Todd C. Miller
1998-11-11Merge with NetBSD:Jason Wright