summaryrefslogtreecommitdiff
path: root/sys/dev/mii/nsphy.c
AgeCommit message (Expand)Author
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-02-19use mii_phy_match()Brad Smith
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26simplify MII_TICK case by using mii_phy_tick().Brad 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
2003-10-22typos from Tom Cosgrove;Jason McIntyre
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-05use anegticks for phys that do their own autonegotiation timeout.Nathan Binkert
2000-08-26sync mii code with netbsdNathan Binkert
2000-01-18Fix fxp+nsphy problem: don't reset everytime when switching to auto mode.Jason Wright
1999-12-07Merge with NetBSD:Jason Wright
1999-07-23do not print media information to dmesg; ifconfig shows itTheo de Raadt
1999-07-16Sync with NetBSD:Jason Wright
1999-01-04Don't isolate if NOISOLATE flag is setJason Wright
1999-01-04o Switching from 10->100 needs a bit of extra bit fiddlingJason Wright
1998-11-11Merge with NetBSD:Jason Wright
1998-09-10OpenBSD gets sys/dev/mii layer from NetBSDJason Wright