summaryrefslogtreecommitdiffstats
path: root/sys/dev/mge
Commit message (Collapse)AuthorAgeFilesLines
* Handle mge(4) chip revision differences at run-time rather then compile time,raj2009-01-082-52/+90
| | | | | | | which is more flexible for future revisions, and lets eliminate some #defines and compile conditionals. Obtained from: Semihalf
* Marvell Gigabit Ethernet controller driver.raj2008-10-142-0/+2123
This supports 1Gbps Ethernet engine found on ARM-based SOCs (Orion, Kirkwood, Discovery), as well as on system controllers for PowerPC processors (MV64430, MV6446x). The following advanced features are supported: - multicast - VLAN tagging - IP/TCP/UDP checksum calculation offloading - polling - interrupt coalescing Obtained from: Marvell, Semihalf
OpenPOWER on IntegriCloud