summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/inphy.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* 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
| | | | The devlist2h.awk tool to do this has been repocopied to sys/tools/.
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-291-1/+0
| | | | | Submitted by: marius@alchemy.franken.de MFC after: 1 week
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-17/+1
| | | | | | | Rename mii_phy_auto_stop() mii_phy_down(). Introduce mii_down(), use it from nge. Do not indirect it to 19 identical case's in 19 switchstatements like NetBSD did.
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-291-23/+4
| | | | Move fxp and nge drivers over to use the new stuff.
* Don't pass three args when one will do just fine, and even preventphk2002-04-281-1/+1
| | | | mistakes like the one brgphy.c (now corrected).
* Improve an API by about 4 lines per driver.phk2002-04-281-4/+1
|
* Cleanup pass for mii drivers.jlemon2001-09-291-39/+6
| | | | | | | . Make internal service routines static. . Use a consistent ordering of checks in MII_TICK. Do the work in the mii_phy_tick() subroutine if appropriate. . Call mii_phy_update() to trigger the callbacks.
* Correctly recognize the i82562{EM} PHYs.jlemon2001-05-111-14/+17
| | | | Obtained from: OpenBSD
* Back out previous commit until I figure out a way to do it properly.jlemon2001-03-281-11/+1
| | | | | | We really want to be able to say "auto NWAY", "limited NWAY", and "no NWAY". Unfortunately, this does not appear to be possible with the current mediaopt structure.
* Really fix NWAY negotiation for the 82553 PHY. Locking down thejlemon2001-03-171-2/+12
| | | | | | | media interface selection should not imply disabling NWAY negotiaton as well. Problem pointed out by: peter
* Add drivers for Intel 82553 and 82555 PHYs.jlemon2001-03-121-0/+305
OpenPOWER on IntegriCloud