Module Name: src
Committed By: riz
Date: Thu Dec 4 16:50:15 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBONE
Log Message:
Enable nullfs, wedges for BEAGLEBONE
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/conf/BEAGLEBONE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/BEAGLEBONE
diff -u src/sys/arch/evbarm/conf/BEAGLEBONE:1.29 src/sys/arch/evbarm/conf/BEAGLEBONE:1.30
--- src/sys/arch/evbarm/conf/BEAGLEBONE:1.29 Sat Oct 11 15:55:36 2014
+++ src/sys/arch/evbarm/conf/BEAGLEBONE Thu Dec 4 16:50:15 2014
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.29 2014/10/11 15:55:36 uebayasi Exp $
+# $NetBSD: BEAGLEBONE,v 1.30 2014/12/04 16:50:15 riz Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -39,7 +39,7 @@ file-system EXT2FS # second extended f
file-system MSDOSFS # MS-DOS file system
#file-system FDESC # /dev/fd
#file-system KERNFS # /kern
-#file-system NULLFS # loopback file system
+file-system NULLFS # loopback file system
#file-system PROCFS # /proc
#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
#file-system UMAPFS # NULLFS + uid and gid remapping
@@ -116,6 +116,10 @@ options SYSVSHM # System V-like memory
#options MINIROOTSIZE=1000 # Size in blocks
#options MEMORY_DISK_IS_ROOT # use memory disk as root
+# Wedge support
+options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
+options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
+
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
#options KMEMSTATS # kernel memory statistics