summaryrefslogtreecommitdiff
path: root/sys/dev/mii/nsgphy.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2009-07-22Comment diff only; list an additional supported PHY and add a linkStuart Henderson
2008-10-24Get flow control negotiation status.Brad Smith
2008-05-30some KNF.Brad Smith
2008-04-02Add support for the DP83865.Mark Kettenis
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
2006-07-22On the Gig PHYTER, for whatever reason, the 10baseT-related bits of theBrad Smith
2005-05-27modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tickBrad Smith
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-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
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-05-04some space and tab cleanup.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-05Remove modes that should be autodetectedNathan Binkert
2001-10-05use anegticks for phys that do their own autonegotiation timeout.Nathan Binkert
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-07-02Remove spurious printfNathan Binkert
2001-07-02Print out correct version stringNathan Binkert
2001-06-08Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861)Nathan Binkert