Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable nullfs, wedges for BEAGLEBONE



details:   https://anonhg.NetBSD.org/src/rev/e4ede5b566c1
branches:  trunk
changeset: 804879:e4ede5b566c1
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Dec 04 16:50:15 2014 +0000

description:
Enable nullfs, wedges for BEAGLEBONE

diffstat:

 sys/arch/evbarm/conf/BEAGLEBONE |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 2a97cd0474e8 -r e4ede5b566c1 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Thu Dec 04 11:16:38 2014 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Thu Dec 04 16:50:15 2014 +0000
@@ -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    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       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



Home | Main Index | Thread Index | Old Index