Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 06:01:57 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246228 - head/sys/arm/conf
Message-ID:  <201302020601.r1261vZx026170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kientzle
Date: Sat Feb  2 06:01:57 2013
New Revision: 246228
URL: http://svnweb.freebsd.org/changeset/base/246228

Log:
  Tweaks to standard BEAGLEBONE config, as recently discussed
  on FreeBSD-ARM.

Modified:
  head/sys/arm/conf/BEAGLEBONE

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Sat Feb  2 02:00:29 2013	(r246227)
+++ head/sys/arm/conf/BEAGLEBONE	Sat Feb  2 06:01:57 2013	(r246228)
@@ -37,6 +37,7 @@ options 	MSDOSFS			#MSDOS Filesystem
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		#Pseudo-filesystem framework
+options 	TMPFS			#Efficient memory filesystem
 options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
 options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
 options 	KTRACE			#ktrace(1) support
@@ -61,9 +62,9 @@ options 	WITNESS_SKIPSPIN	#Don't run wit
 #options 	DIAGNOSTIC
 
 # NFS support
-#options 	NFSCL
+options 	NFSCL
 #options	NFSD
-#options	NFSLOCKD
+options 	NFSLOCKD
 
 # Uncomment this for NFS root
 #options 	NFS_ROOT		#NFS usable as /, requires NFSCL
@@ -124,4 +125,3 @@ device		axe			# ASIX Electronics USB Eth
 options         FDT
 options         FDT_DTB_STATIC
 makeoptions     FDT_DTS_FILE=beaglebone.dts
-



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