]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256752, r256946
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Oct 2013 13:54:55 +0000 (13:54 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Oct 2013 13:54:55 +0000 (13:54 +0000)
commit0626b0f179f90bb22eada5e86b388bba40291010
tree5032bdf233749d74c4ef3da24734b06f4392b675
parent70c19170cc48e8b8ba5d8b861e0358a3e42c7138
MFC r256752, r256946

MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,
221804, 221805, 222004, 222006, 222055, 222820, 11350771135118,
1136259

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.

MFP4: 1187103, 222076, 222057, 222051, 221799

Add atsectl, a simple utility to read and update MAC addresses stored in

the default flash location on Altera DE4 boards.  Typically used once
when setting up a board so leaving in tools rather than inflicting on
all users.

To build with world add LOCAL_DIRS=tools/tools/atsectl to the make
command line.

Submitted by: bz
Sponsored by: DARPA/AFRL
Approved by: re (glebius)

git-svn-id: svn://svn.freebsd.org/base/stable/10@257447 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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
tools/tools/atsectl/Makefile [new file with mode: 0644]
tools/tools/atsectl/atsectl.c [new file with mode: 0644]