Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-04 | add the National Semiconductor DP83847 DsPHYTER PHY. | Brad Smith | |
From NetBSD | |||
2005-02-19 | use mii_phy_match() | Brad Smith | |
2005-02-05 | use mii_phy_match() | 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-09-27 | ANSI protos and some minor cleanup | Brad Smith | |
ok henning@ | |||
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-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-04-14 | - integrated phy on the natsemi 83815 (MacPhyter) is essentially a nsphyter | Jason Wright | |
(media selection doesn't work completely right... choose what ever you want, you get auto, but at least link and speed detection work correctly) - correct the cfdriver name to be "nsphyter" not "nsphy" so it can be distinguished from nsphy in 'boot -c'. | |||
2000-08-26 | sync mii code with netbsd | Nathan Binkert | |
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway | |||
2000-02-26 | fix printf's | Jason Wright | |
1999-12-07 | driver for National Semiconductor 83843; from NetBSD. | Jason Wright | |