Module Name:    src
Committed By:   jmcneill
Date:           Fri Jul 17 14:56:47 UTC 2020

Modified Files:
        src/sys/arch/evbmips/conf: OCTEON

Log Message:
Add wedge support


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/conf/OCTEON

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/evbmips/conf/OCTEON
diff -u src/sys/arch/evbmips/conf/OCTEON:1.5 src/sys/arch/evbmips/conf/OCTEON:1.6
--- src/sys/arch/evbmips/conf/OCTEON:1.5	Thu Jul 16 21:34:52 2020
+++ src/sys/arch/evbmips/conf/OCTEON	Fri Jul 17 14:56:47 2020
@@ -1,11 +1,11 @@
-#	$NetBSD: OCTEON,v 1.5 2020/07/16 21:34:52 jmcneill Exp $
+#	$NetBSD: OCTEON,v 1.6 2020/07/17 14:56:47 jmcneill Exp $
 
 include 	"arch/mips/conf/std.octeon"
 include 	"arch/evbmips/conf/files.octeon"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ERLITE-$Revision: 1.5 $"
+#ident 		"ERLITE-$Revision: 1.6 $"
 
 maxusers	32
 
@@ -50,6 +50,10 @@ include         "conf/compat_netbsd50.co
 #options 	EXEC_ECOFF	# exec ECOFF binaries
 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+
 # File systems
 file-system	FFS		# Berkeley Fast Filesystem
 file-system	MFS		# memory-based filesystem

Reply via email to