summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Add Marvell PHYG65G Gigabit PHY which is found on 88E8059 Yukon Optima.yongari2010-04-302-0/+3
* - Pass flow control settings back to bce(4).davidch2010-04-291-6/+4
* Add Agere ET1011 PHY which is found on Belkin F5D5055 USByongari2010-04-132-1/+6
* - Added support for 5709S/5716S PHYs.davidch2010-03-183-23/+158
* Remove an unneeded variable.ed2010-03-181-1/+0
* Remove two instances of the evil hack to get the ifnet. mii_ifp isimp2010-03-171-12/+2
* Set the device capabilities to include dynamic link-state forqingli2010-03-171-0/+2
* Fix style(9) bugs in the previous revision.sobomax2010-03-101-3/+3
* further narrow down no carrier workaround, since it appears to only affectsobomax2010-03-101-4/+19
* Provide workaround for the ages old bug affecting certain BCM5708Ssobomax2010-03-101-3/+20
* Remove programming LED register and enable 25MHz TX clock foryongari2010-03-031-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-0311-77/+0
* Add support for BCM54K2 found in combination with Apple K2 GMAC.marius2010-02-202-0/+27
* Add check for fiber mode for BCM5714 PHY. This PHY supports bothyongari2010-01-141-0/+1
* Add BCM5754 PHY id that is found on Dell Studio XPS 16.yongari2010-01-142-0/+2
* cardbus -> CardBusimp2010-01-031-1/+1
* Make sure to enable Next Page bit for IP1001. Otherwise the PHYyongari2009-12-181-1/+3
* Add BCM5761 PHY id.yongari2009-11-022-0/+2
* Add hack to pass controller specific information to phy driver.yongari2009-09-282-0/+27
* Some fiber PHY(88E1112) does not seem to set resolved speed soyongari2009-09-281-2/+5
* Don't encode model id twice.yongari2009-09-281-1/+1
* Backout r193289. r193289 restored page select bits to previousyongari2009-08-181-3/+1
* - Also probe DP83865, which is an is an ultra low power versionmarius2009-06-132-10/+24
* Program LED registers for 88E1116/88E1149 PHYs. These PHYs areyongari2009-06-022-3/+47
* Don't assume page register value is 0 and restore previous pageyongari2009-06-021-1/+3
* Add driver support for 88E3016 PHY which is found on Marvell Yukonyongari2009-05-253-4/+34
* Do not ignore NEXT Page capability of auto-negotiationyongari2009-05-251-4/+7
* Don't read unnecessary PHY registers. Speed/duplex resolution bityongari2009-05-251-12/+16
* Report current link state while auto-negotiation is in progress.yongari2009-05-251-1/+1
* Use mii_phy_add_media() and remove usage of local macro ADD. Alsoyongari2009-05-251-50/+12
* New PHY driver for the internal PHY found in the AX88790. There's aimp2009-03-302-0/+235
* Add PHY entry for the ASIX 88x90 internal PHYs.imp2009-03-301-0/+4
* For IP1001 PHYs, read auto-negotiation advertisement register toyongari2009-03-092-6/+13
* Use mii_phy_add_media() and remove setting each media type.yongari2009-03-091-29/+5
* For unknown speed, explicitly set IFM_NONE.yongari2009-03-091-0/+6
* Report current link state while auto-negotiation is in progress.yongari2009-03-091-1/+1
* Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpcbz2008-11-281-2/+3
* Use auto-negotiation for manual media type selection. This fixesyongari2008-10-251-1/+2
* Correct PHY description and OUI of VSC8211. Previously VSC8211 wasyongari2008-10-232-3/+3
* Some 88E1149 PHY's page select is initialized to point to otheryongari2008-10-171-0/+14
* - Add driver for Attansic L2 FastEthernet controller found onstas2008-10-032-0/+2
* Save extended address register prior to switching to 1000BASE-Xyongari2008-09-301-2/+3
* Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.yongari2008-09-302-0/+3
* Explicitly mark IFM_HDX for half-duplex media.yongari2008-09-301-0/+2
* Report current link state while auto-negotiation is in progress.yongari2008-09-301-1/+1
* Use mii_anegticks instead of hardcoded MII_ANEGTICKS.yongari2008-09-301-2/+2
* Announce link loss right after it happens.yongari2008-09-301-1/+4
* Recognize 88E1116R phy variation. This part is found on some embedded devices.raj2008-09-042-0/+2
* Move the code that looks for the companion phy to a subroutine to makeimp2008-08-231-23/+22
* It turns out that my analysis of the error handling here was wrong.imp2008-08-232-10/+9
OpenPOWER on IntegriCloud