summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Revert bogusly committed file.imp2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingimp2008-08-233-0/+4
* Restore link state handling which was broken in rev 1.69.yongari2008-08-121-4/+1
* Remove 'cr' at the end of line.yongari2008-08-121-20/+20
* Remove whitespace at the end of line.yongari2008-08-121-10/+10
* Fix a copy/paste errorkevlo2008-08-061-1/+0
* Add RTL8211C(L) support.yongari2008-07-022-2/+15
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-202-0/+419
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-201-0/+4
* - Added support for BCM5709 and BCM5716.davidch2008-06-131-9/+59
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-071-0/+10
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on thebenno2008-06-062-0/+269
* Add JMicron JMP202/JMP211 PHY driver.yongari2008-05-273-0/+492
* Add Attansic/Atheros F1 PHY driver.yongari2008-05-193-0/+480
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-293-2/+14
* Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DSraj2008-04-262-1/+4
* Add support for IC Plus IP1001 PHY.yongari2008-04-053-21/+104
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andjhb2008-03-062-1/+3
* - Add PHY ID for BCM5709C 1000Base-T controllers.davidch2008-03-052-2/+6
* Add detection of isolation state.yongari2008-03-051-0/+5
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.raj2008-03-032-1/+4
* - Fix a typo in a comment.marius2008-01-271-8/+10
OpenPOWER on IntegriCloud