summaryrefslogtreecommitdiff
path: root/sys/dev/mii/amphy.c
AgeCommit message (Collapse)Author
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
through mii_phy_status() rather than directly. No functional change. from brad@ ok mglocker@
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
From brad@
2005-05-27some cleanupBrad Smith
2005-02-05betterBrad Smith
2005-02-05use mii_phy_match()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-04davicom DM9601 contains another amiphy cloneTheo de Raadt
2004-09-27ANSI protos and some minor cleanupBrad Smith
ok henning@
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
2004-08-06Add support for Am79C875 quad phy.Per Fogelstrom
ok deraadt@
2002-04-17dm9102 appears to be register compatible with dm9101 which is also an ↵Jason Wright
amphy-alike.
2002-03-14First round of __P removal in sysTodd C. Miller
2000-11-20amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx>Jason Wright
2000-10-17driver for amphy from freebsd; aaron okJason Wright