]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add EMAC 10/100 Ethernet controller driver for A10/A20.
authorganbold <ganbold@FreeBSD.org>
Mon, 3 Mar 2014 11:32:55 +0000 (11:32 +0000)
committerganbold <ganbold@FreeBSD.org>
Mon, 3 Mar 2014 11:32:55 +0000 (11:32 +0000)
commit19297ab30172f68457256e3da9dfbf6c119b17aa
tree5c895d4635f5c6c11e54ae9937831a5671de7f65
parent3b16f7277a398787e6c7d6d1a4e8750fff51ffcc
Add EMAC 10/100 Ethernet controller driver for A10/A20.
It is available mostly in A10 devices like Hackberry, Marsboard,
Mele A1000, A2000, A100 HTPC, cubieboard1 and A20 device
like cubieboard2.
TX performance can be improved using both channels 0 and 1.
RX performance is poor and needs improvement with the assistance of
external DMA controller in case there is bulk TCP receiver.

Reviewed by: yongari@
Approved by: stas (mentor)
sys/arm/allwinner/if_emac.c [new file with mode: 0644]
sys/arm/allwinner/if_emacreg.h [new file with mode: 0644]