aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Add driver support for 88E3016 PHY which is found on Marvell YukonPyun YongHyeon2009-05-253-4/+34
* Do not ignore NEXT Page capability of auto-negotiationPyun YongHyeon2009-05-251-4/+7
* Don't read unnecessary PHY registers. Speed/duplex resolution bitPyun YongHyeon2009-05-251-12/+16
* Report current link state while auto-negotiation is in progress.Pyun YongHyeon2009-05-251-1/+1
* Use mii_phy_add_media() and remove usage of local macro ADD. AlsoPyun YongHyeon2009-05-251-50/+12
* New PHY driver for the internal PHY found in the AX88790. There's aWarner Losh2009-03-302-0/+235
* Add PHY entry for the ASIX 88x90 internal PHYs.Warner Losh2009-03-301-0/+4
* For IP1001 PHYs, read auto-negotiation advertisement register toPyun YongHyeon2009-03-092-6/+13
* Use mii_phy_add_media() and remove setting each media type.Pyun YongHyeon2009-03-091-29/+5
* For unknown speed, explicitly set IFM_NONE.Pyun YongHyeon2009-03-091-0/+6
* Report current link state while auto-negotiation is in progress.Pyun YongHyeon2009-03-091-1/+1
* Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpcBjoern A. Zeeb2008-11-281-2/+3
* Use auto-negotiation for manual media type selection. This fixesPyun YongHyeon2008-10-251-1/+2
* Correct PHY description and OUI of VSC8211. Previously VSC8211 wasPyun YongHyeon2008-10-232-3/+3
* Some 88E1149 PHY's page select is initialized to point to otherPyun YongHyeon2008-10-171-0/+14
* - Add driver for Attansic L2 FastEthernet controller found onStanislav Sedov2008-10-032-0/+2
* Save extended address register prior to switching to 1000BASE-XPyun YongHyeon2008-09-301-2/+3
* Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.Pyun YongHyeon2008-09-302-0/+3
* Explicitly mark IFM_HDX for half-duplex media.Pyun YongHyeon2008-09-301-0/+2
* Report current link state while auto-negotiation is in progress.Pyun YongHyeon2008-09-301-1/+1
* Use mii_anegticks instead of hardcoded MII_ANEGTICKS.Pyun YongHyeon2008-09-301-2/+2
* Announce link loss right after it happens.Pyun YongHyeon2008-09-301-1/+4
* Recognize 88E1116R phy variation. This part is found on some embedded devices.Rafal Jaworowski2008-09-042-0/+2
* Move the code that looks for the companion phy to a subroutine to makeWarner Losh2008-08-231-23/+22
* It turns out that my analysis of the error handling here was wrong.Warner Losh2008-08-232-10/+9
* Revert bogusly committed file.Warner Losh2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingWarner Losh2008-08-233-0/+4
* Restore link state handling which was broken in rev 1.69.Pyun YongHyeon2008-08-121-4/+1
* Remove 'cr' at the end of line.Pyun YongHyeon2008-08-121-20/+20
* Remove whitespace at the end of line.Pyun YongHyeon2008-08-121-10/+10
* Fix a copy/paste errorKevin Lo2008-08-061-1/+0
* Add RTL8211C(L) support.Pyun YongHyeon2008-07-022-2/+15
* Add et(4), a port of DragonFly's Agere ET1310 10/100/GigabitXin LI2008-06-202-0/+419
* Add et(4), a port of DragonFly's Agere ET1310 10/100/GigabitXin LI2008-06-201-0/+4
* - Added support for BCM5709 and BCM5716.David Christensen2008-06-131-9/+59
* Add support for the Apple Big Mac (BMAC) Ethernet controller,Marcel Moolenaar2008-06-071-0/+10
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on theBenno Rice2008-06-062-0/+269
* Add JMicron JMP202/JMP211 PHY driver.Pyun YongHyeon2008-05-273-0/+492
* Add Attansic/Atheros F1 PHY driver.Pyun YongHyeon2008-05-193-0/+480
* Add support for the BCM5906[M] adapters. These adapters only supportJohn Baldwin2008-04-293-2/+14
* Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DSRafal Jaworowski2008-04-262-1/+4
* Add support for IC Plus IP1001 PHY.Pyun YongHyeon2008-04-053-21/+104
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andJohn Baldwin2008-03-062-1/+3
* - Add PHY ID for BCM5709C 1000Base-T controllers.David Christensen2008-03-052-2/+6
* Add detection of isolation state.Pyun YongHyeon2008-03-051-0/+5
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.Rafal Jaworowski2008-03-032-1/+4
* - Fix a typo in a comment.Marius Strobl2008-01-271-8/+10
* Fix a typo in a comment.Marius Strobl2008-01-271-1/+1
* Add a driver for the National Semiconductor DP83815, DP83843 andMarius Strobl2008-01-273-0/+529
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.Jung-uk Kim2008-01-181-7/+1