Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-27 | Always explicitly set IFM_HDX for half-duplex. | Mark Kettenis | |
From brad@ | |||
2005-05-27 | some cleanup | Brad Smith | |
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback | |
for auto negotiation ticks code. No functional change. ok brad@ | |||
2005-02-05 | no RTL8201L PHY's here.. | Brad Smith | |
2005-01-28 | Get flags passed down to PHY drivers correctly. This was done on | Brad 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-17 | model internal phy chunk on the one from rlphy | Theo de Raadt | |
2004-09-29 | from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2 | David Gwynne | |
via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it. | |||
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad 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-20 | don't include sys/malloc.h, no memory management functions are used | Brad Smith | |
by any of the MII drivers. From NetBSD | |||
2002-06-26 | Kill __FUNCTION__. | Marc Espie | |
2002-05-07 | Less verbose. noticed by fgsch | Nathan Binkert | |
2002-05-07 | Add urlphy(4) which is used by url(4). | Nathan Binkert | |
From NetBSD |