summaryrefslogtreecommitdiff
path: root/sys/dev/mii/iophy.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2021-03-05ansiJonathan Gray
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-09-08IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeBrad Smith
2008-07-11If there is a 100baseT4 connection then fall through so as toBrad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
2005-02-19use mii_phy_match()Brad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad 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
2000-08-26sync mii code with netbsdNathan Binkert
1999-12-07Merge with NetBSD:Jason Wright
1999-11-25no warnings; jwoehr@advtech.uswest.comTheo de Raadt
1999-10-13manually add IFM_AUTO (workaround for fxp)Jason Wright
1999-10-12no media prints in mii codeTheo de Raadt
1999-10-12add driver for i82553; from netbsdJason Wright