summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/inphy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable and code.peter2003-02-191-2/+0
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-1/+1
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-291-1/+0
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-17/+1
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-291-23/+4
* Don't pass three args when one will do just fine, and even preventphk2002-04-281-1/+1
* Improve an API by about 4 lines per driver.phk2002-04-281-4/+1
* Cleanup pass for mii drivers.jlemon2001-09-291-39/+6
* Correctly recognize the i82562{EM} PHYs.jlemon2001-05-111-14/+17
* Back out previous commit until I figure out a way to do it properly.jlemon2001-03-281-11/+1
* Really fix NWAY negotiation for the 82553 PHY. Locking down thejlemon2001-03-171-2/+12
* Add drivers for Intel 82553 and 82555 PHYs.jlemon2001-03-121-0/+305
OpenPOWER on IntegriCloud