summaryrefslogtreecommitdiffstats
path: root/sys/dev/mge/if_mgevar.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle mge(4) chip revision differences at run-time rather then compile time,raj2009-01-081-28/+8
| | | | | | | 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-141-0/+366
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