MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,
commit6e05225f6e411da2d91b0acc7c9139c2dd3b4192
authorbrooks <brooks@FreeBSD.org>
Fri, 18 Oct 2013 20:44:19 +0000 (18 20:44 +0000)
committerbrooks <brooks@FreeBSD.org>
Fri, 18 Oct 2013 20:44:19 +0000 (18 20:44 +0000)
tree62788cbe5a10013e199a51d75a0e9376bd579f75
parent7b91ff85997059c8ae7e8bb07d1f1a23f8333471
MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,
221804, 221805, 222004, 222006, 222055, 222820, 113507711351181136259

Add atse(4), a driver for the Altera Triple Speed Ethernet MegaCore.

The current driver support gigabit Ethernet speeds only and works with
the MegaCore only in the internal FIFO configuration in the soon to be
open sourced BERI CPU configuration.

Submitted by: bz
MFC after: 3 days
Sponsored by: DARPA/AFRL
share/man/man4/Makefile
share/man/man4/altera_atse.4 [new file with mode: 0644]
sys/dev/altera/atse/a_api.h [new file with mode: 0644]
sys/dev/altera/atse/if_atse.c [new file with mode: 0644]
sys/dev/altera/atse/if_atse_fdt.c [new file with mode: 0644]
sys/dev/altera/atse/if_atse_nexus.c [new file with mode: 0644]
sys/dev/altera/atse/if_atsereg.h [new file with mode: 0644]
sys/mips/beri/files.beri