From owner-svn-src-head@FreeBSD.ORG Sat May 2 20:41:50 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4635E594; Sat, 2 May 2015 20:41:50 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34D7B133A; Sat, 2 May 2015 20:41:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t42KfoKI087267; Sat, 2 May 2015 20:41:50 GMT (envelope-from loos@FreeBSD.org) Received: (from loos@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t42KfoqU087266; Sat, 2 May 2015 20:41:50 GMT (envelope-from loos@FreeBSD.org) Message-Id: <201505022041.t42KfoqU087266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: loos set sender to loos@FreeBSD.org using -f From: Luiz Otavio O Souza Date: Sat, 2 May 2015 20:41:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282356 - head/sys/arm/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2015 20:41:50 -0000 Author: loos Date: Sat May 2 20:41:49 2015 New Revision: 282356 URL: https://svnweb.freebsd.org/changeset/base/282356 Log: Fix the kernel ident for RPI2. Modified: head/sys/arm/conf/RPI2 Modified: head/sys/arm/conf/RPI2 ============================================================================== --- head/sys/arm/conf/RPI2 Sat May 2 20:37:40 2015 (r282355) +++ head/sys/arm/conf/RPI2 Sat May 2 20:41:49 2015 (r282356) @@ -1,5 +1,5 @@ # -# RPI-B -- Custom configuration for the Raspberry Pi +# RPI2 -- Custom configuration for the Raspberry Pi 2 # # For more information on this file, please read the config(5) manual page, # and/or the handbook section on Kernel Configuration Files: @@ -18,7 +18,7 @@ # # $FreeBSD$ -ident RPI-B +ident RPI2 include "../broadcom/bcm2835/std.rpi" include "../broadcom/bcm2835/std.bcm2836"