summaryrefslogtreecommitdiff
path: root/sys/dev/mii/urlphy.c
AgeCommit message (Collapse)Author
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
From brad@
2005-05-27some cleanupBrad Smith
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
for auto negotiation ticks code. No functional change. ok brad@
2005-02-05no RTL8201L PHY's here..Brad Smith
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
an adhoc basis in a couple of PHY drivers, this fixes it more generally. From NetBSD Fixes panics with aue(4) NICs.
2004-10-17model internal phy chunk on the one from rlphyTheo de Raadt
2004-09-29from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2David Gwynne
via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it.
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@
2004-09-20don't include sys/malloc.h, no memory management functions are usedBrad Smith
by any of the MII drivers. From NetBSD
2002-06-26Kill __FUNCTION__.Marc Espie
2002-05-07Less verbose. noticed by fgschNathan Binkert
2002-05-07Add urlphy(4) which is used by url(4).Nathan Binkert
From NetBSD