svn commit: r246228 - head/sys/arm/conf

Tim Kientzle kientzle at FreeBSD.org
Sat Feb 2 06:01:58 UTC 2013


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
-


More information about the svn-src-head mailing list