summaryrefslogtreecommitdiff
path: root/sys/dev/mii/amphy.c
AgeCommit message (Expand)Author
2008-09-08IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeBrad Smith
2008-03-12Fix comment typo, of -> if.Brad Smith
2008-03-02Correct a status flag which could cause half duplex to be reported forBrad Smith
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
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
2004-10-04davicom DM9601 contains another amiphy cloneTheo de Raadt
2004-09-27ANSI protos and some minor cleanupBrad 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
2004-08-06Add support for Am79C875 quad phy.Per Fogelstrom
2002-04-17dm9102 appears to be register compatible with dm9101 which is also an amphy-a...Jason Wright
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