svn commit: r257447 - in stable/10/sys: dev/altera/atse mips/beri

Brooks Davis brooks at FreeBSD.org
Thu Oct 31 13:54:55 UTC 2013


Author: brooks
Date: Thu Oct 31 13:54:55 2013
New Revision: 257447
URL: http://svnweb.freebsd.org/changeset/base/257447

Log:
  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)

Added:
  stable/10/sys/dev/altera/atse/
     - copied from r256752, head/sys/dev/altera/atse/
     - copied from r257399, head/tools/tools/atsectl/
Directory Properties:
  stable/10/tools/tools/atsectl/   (props changed)
Modified:
  stable/10/sys/mips/beri/files.beri
Directory Properties:
  stable/10/sys/   (props changed)

Modified: stable/10/sys/mips/beri/files.beri
==============================================================================
--- stable/10/sys/mips/beri/files.beri	Thu Oct 31 13:54:51 2013	(r257446)
+++ stable/10/sys/mips/beri/files.beri	Thu Oct 31 13:54:55 2013	(r257447)
@@ -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


More information about the svn-src-all mailing list