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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to