aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/if_emac.c
Commit message (Expand)AuthorAgeFilesLines
* Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make theLuiz Otavio O Souza2015-07-031-9/+4
* Simplify the receiver code a bit.Luiz Otavio O Souza2015-04-181-54/+59
* Add the necessary support to use both TX queues available on if_emac.Luiz Otavio O Souza2015-04-171-11/+26
* Remove unnecessary checks and fix an issue where the interrupt handlerLuiz Otavio O Souza2015-04-171-10/+6
* Fix the 'wrong packet header' errors for if_emac.Luiz Otavio O Souza2015-04-171-3/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* Switch to my freebsd.org emal address in copyright.Ganbold Tsagaankhuu2014-03-251-1/+1
* Add EMAC 10/100 Ethernet controller driver for A10/A20.Ganbold Tsagaankhuu2014-03-031-0/+1152