aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mge
Commit message (Expand)AuthorAgeFilesLines
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-152-13/+6
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-132-17/+47
* Assorted fixes for mge(4).Rafal Jaworowski2010-02-171-11/+3
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Fix autonegotiation: tell the MAC where to find the PHY.Philip Paeps2009-12-291-3/+9
* Introduce MII_ADDR_BASE option on ARM, which allows to override the defaultRafal Jaworowski2009-08-251-4/+7
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* strict kobj signatures: fix assortment of miibus_writereg implsAndriy Gapon2009-06-111-3/+4
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-6/+10
* mge(4): fix two bugs, which were leading to crash/hang under very heavyRafal Jaworowski2009-04-161-3/+11
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,Rafal Jaworowski2009-04-161-1/+2
* Handle mge(4) chip revision differences at run-time rather then compile time,Rafal Jaworowski2009-01-082-52/+90
* Marvell Gigabit Ethernet controller driver.Rafal Jaworowski2008-10-142-0/+2123