summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/inphy.c
Commit message (Expand)AuthorAgeFilesLines
* Use mii_phy_add_media()/mii_phy_setmedia()-compatible media tablemarius2007-01-121-1/+1
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-32/+10
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-5/+5
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* 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