Module Name:    src
Committed By:   macallan
Date:           Mon Feb 17 11:09:11 UTC 2025

Modified Files:
        src/sys/arch/evbppc/conf: files.wii

Log Message:
have resetbtn pull in sysmon_power and sysmon_taskq
now this builds without any other envsys drivers present


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/conf/files.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/files.wii
diff -u src/sys/arch/evbppc/conf/files.wii:1.5 src/sys/arch/evbppc/conf/files.wii:1.6
--- src/sys/arch/evbppc/conf/files.wii:1.5	Wed Feb 12 11:33:34 2025
+++ src/sys/arch/evbppc/conf/files.wii	Mon Feb 17 11:09:11 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: files.wii,v 1.5 2025/02/12 11:33:34 jmcneill Exp $
+#	$NetBSD: files.wii,v 1.6 2025/02/17 11:09:11 macallan Exp $
 #
 #
 maxpartitions 16
@@ -61,7 +61,7 @@ device	hollywood: hollywood
 attach	hollywood at mainbus
 file	arch/evbppc/wii/dev/hollywood.c		hollywood
 
-device	resetbtn
+device	resetbtn : sysmon_power, sysmon_taskq
 attach	resetbtn at hollywood
 file	arch/evbppc/wii/dev/resetbtn.c		resetbtn
 

Reply via email to