From owner-svn-src-head@FreeBSD.ORG Fri Nov 30 04:56:39 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D09AEB76; Fri, 30 Nov 2012 04:56:39 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B57F88FC15; Fri, 30 Nov 2012 04:56:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU4udKi019156; Fri, 30 Nov 2012 04:56:39 GMT (envelope-from gonzo@svn.freebsd.org) Received: (from gonzo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU4ud7j019155; Fri, 30 Nov 2012 04:56:39 GMT (envelope-from gonzo@svn.freebsd.org) Message-Id: <201211300456.qAU4ud7j019155@svn.freebsd.org> From: Oleksandr Tymoshenko Date: Fri, 30 Nov 2012 04:56:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243701 - 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.14 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: Fri, 30 Nov 2012 04:56:39 -0000 Author: gonzo Date: Fri Nov 30 04:56:39 2012 New Revision: 243701 URL: http://svnweb.freebsd.org/changeset/base/243701 Log: - Enable syscons/framebuffer by default - Enable NFS client by default. Might be useful for building ports Modified: head/sys/arm/conf/RPI-B Modified: head/sys/arm/conf/RPI-B ============================================================================== --- head/sys/arm/conf/RPI-B Fri Nov 30 04:44:32 2012 (r243700) +++ head/sys/arm/conf/RPI-B Fri Nov 30 04:56:39 2012 (r243701) @@ -44,7 +44,8 @@ options UFS_ACL #Support for access c options UFS_DIRHASH #Improve performance on big directories device snp -#options NFSCL #Network Filesystem Client +options NFSCL #Network Filesystem Client + #options NFS_ROOT #NFS usable as /, requires NFSCLIENT #options BOOTP_NFSROOT #options BOOTP_COMPAT @@ -73,13 +74,12 @@ device pl011 device pty -# NOTE: serial console will be disabled if syscons enabled -# Uncomment following lines for framebuffer/syscons support -# device sc -# device kbdmux -# options SC_DFLT_FONT # compile font in -# makeoptions SC_DFLT_FONT=cp437 -# device ukbd +# Comment following lines for boot console on serial port +device sc +device kbdmux +options SC_DFLT_FONT # compile font in +makeoptions SC_DFLT_FONT=cp437 +device ukbd device sdhci device mmc