Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2012 04:56:39 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243701 - head/sys/arm/conf
Message-ID:  <201211300456.qAU4ud7j019155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211300456.qAU4ud7j019155>