Module Name:    src
Committed By:   jakllsch
Date:           Tue Sep 17 13:47:30 UTC 2024

Modified Files:
        src/sys/arch/evbppc/conf: WII

Log Message:
Add DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_GPT to WII

>From Guilherme Janczak in PR 58676


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/conf/WII

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/evbppc/conf/WII
diff -u src/sys/arch/evbppc/conf/WII:1.4 src/sys/arch/evbppc/conf/WII:1.5
--- src/sys/arch/evbppc/conf/WII:1.4	Thu Jan 25 11:47:53 2024
+++ src/sys/arch/evbppc/conf/WII	Tue Sep 17 13:47:30 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: WII,v 1.4 2024/01/25 11:47:53 jmcneill Exp $
+#	$NetBSD: WII,v 1.5 2024/09/17 13:47:30 jakllsch Exp $
 #
 #	Nintendo Wii
 #
@@ -46,6 +46,10 @@ makeoptions DEBUG="-g"	# compile full sy
 include 	"conf/compat_netbsd50.config"
 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+
 # File systems
 file-system 	FFS		# UFS
 file-system 	EXT2FS		# second extended file system (linux)

Reply via email to