diff options
author | brooks <brooks@FreeBSD.org> | 2013-10-31 13:54:55 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-10-31 13:54:55 +0000 |
commit | 1fe9c90df1d9c0f555cf343210da749b63df14e2 (patch) | |
tree | 5032bdf233749d74c4ef3da24734b06f4392b675 /sys/mips/beri | |
parent | 01a0280e092297cd5e8debd6c8df9def66d08ca7 (diff) | |
download | FreeBSD-src-1fe9c90df1d9c0f555cf343210da749b63df14e2.zip FreeBSD-src-1fe9c90df1d9c0f555cf343210da749b63df14e2.tar.gz |
MFC r256752, r256946
MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,
221804, 221805, 222004, 222006, 222055, 222820, 1135077, 1135118,
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)
Diffstat (limited to 'sys/mips/beri')
-rw-r--r-- | sys/mips/beri/files.beri | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/beri/files.beri b/sys/mips/beri/files.beri index 6794793..fdae914 100644 --- a/sys/mips/beri/files.beri +++ b/sys/mips/beri/files.beri @@ -1,4 +1,7 @@ # $FreeBSD$ +dev/altera/atse/if_atse.c optional altera_atse +dev/altera/atse/if_atse_fdt.c optional altera_atse fdt +dev/altera/atse/if_atse_nexus.c optional altera_atse dev/altera/jtag_uart/altera_jtag_uart_cons.c optional altera_jtag_uart dev/altera/jtag_uart/altera_jtag_uart_tty.c optional altera_jtag_uart dev/altera/jtag_uart/altera_jtag_uart_fdt.c optional altera_jtag_uart fdt |