From owner-freebsd-i386@freebsd.org Sun Nov 8 00:37:12 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72915A22149; Sun, 8 Nov 2015 00:37:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 616ED121C; Sun, 8 Nov 2015 00:37:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A33EA1359; Sun, 8 Nov 2015 00:37:12 +0000 (UTC) Date: Sun, 8 Nov 2015 00:37:08 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jilles@FreeBSD.org, imp@FreeBSD.org, cem@FreeBSD.org, bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <443032833.37.1446943032592.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1917204997.31.1446935350459.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1917204997.31.1446935350459.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1617 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 00:37:12 -0000 FreeBSD_HEAD_i386 - Build #1617 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1617/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1617/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1617/console Change summaries: 290519 by cem: hptmv(4): Fix broken sysctl(9) API assumptions Sponsored by: EMC / Isilon Storage Division 290518 by imp: Correct !FDT case with proper name. 290517 by bapt: Fix build of localedef(1) on arm where wchar_t is an unsigned int 290516 by imp: Implement the phy-mode property for ate and macb. If it is set to "rmii", use rmii mode for the MAC, otherwise use MII mode. The code is somewhat duplicated between these drivers for this. Also, add AT91RM9200 compatibility strings to the ate driver. In the future, there's a good chance that ate will lose the MACB support and only attach to the AT91RM9200 EMAC device since the macb works now that RMII support has been added to it. 290515 by jilles: periodic: Fix backwards compatibility for daily_status_security_* vars. Most daily_status_security_* variables in periodic.conf were changed to security_status_* in SVN r254974. The compatibility code for the old names did not work. PR: 204331 Submitted by: martin at lispworks.com MFC after: 1 week