From de52ceebcae271c5177c415b0a294a25921cd520 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 2 Feb 2013 06:01:57 +0000 Subject: [PATCH] Tweaks to standard BEAGLEBONE config, as recently discussed on FreeBSD-ARM. --- sys/arm/conf/BEAGLEBONE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE index 1481d9244732..6336c0cfcac6 100644 --- a/sys/arm/conf/BEAGLEBONE +++ b/sys/arm/conf/BEAGLEBONE @@ -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 witness on spinlocks for speed #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 Ethernet options FDT options FDT_DTB_STATIC makeoptions FDT_DTS_FILE=beaglebone.dts -