summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-11-30 04:56:39 +0000
committergonzo <gonzo@FreeBSD.org>2012-11-30 04:56:39 +0000
commit75299ed24f0e4cc0dd5cefab0f64cda6e3bee573 (patch)
tree0055b28e7673dc29a9efa7f36e3b7d34970337a8 /sys/arm/conf
parent82060712efbe2e4ac18d2855231ce427da90c31b (diff)
downloadFreeBSD-src-75299ed24f0e4cc0dd5cefab0f64cda6e3bee573.zip
FreeBSD-src-75299ed24f0e4cc0dd5cefab0f64cda6e3bee573.tar.gz
- Enable syscons/framebuffer by default
- Enable NFS client by default. Might be useful for building ports
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/RPI-B16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 58fbbbf..7e7d3ac 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -44,7 +44,8 @@ options UFS_ACL #Support for access control lists
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
OpenPOWER on IntegriCloud