From owner-svn-src-stable@FreeBSD.ORG Thu Oct 31 13:54:55 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1CD8C57; Thu, 31 Oct 2013 13:54:55 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A46A72F62; Thu, 31 Oct 2013 13:54:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VDstsb008670; Thu, 31 Oct 2013 13:54:55 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VDstuJ008669; Thu, 31 Oct 2013 13:54:55 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201310311354.r9VDstuJ008669@svn.freebsd.org> From: Brooks Davis Date: Thu, 31 Oct 2013 13:54:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r257447 - in stable/10/sys: dev/altera/atse mips/beri X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 13:54:55 -0000 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