NetBSD-Bugs archive

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

port-evbppc/58676: Add DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_GPT to the WII kernel



>Number:         58676
>Category:       port-evbppc
>Synopsis:       Add DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_GPT to the WII kernel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-evbppc-maintainer
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 17 12:50:00 +0000 2024
>Originator:     Guilherme Janczak
>Release:        10.0
>Organization:
>Environment:
NetBSD jan-wii-nbsd 10.0_STABLE NetBSD 10.0_STABLE (WII) #0: Thu Sep 12 20:23:07 UTC 2024  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbppc/compile/WII evbppc
>Description:
Please enable DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_GPT in the WII kernel. The Wii has USB ports and a SD card slot where modern storage with a GPT scheme can be inserted and exchanged with other devices.
>How-To-Repeat:

>Fix:
Index: sys/arch/evbppc/conf/WII
===================================================================
RCS file: /cvsroot/src/sys/arch/evbppc/conf/WII,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 WII
--- sys/arch/evbppc/conf/WII	25 Jan 2024 11:47:53 -0000	1.4
+++ sys/arch/evbppc/conf/WII	17 Sep 2024 12:39:06 -0000
@@ -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)



Home | Main Index | Thread Index | Old Index