Module Name:    src
Committed By:   skrll
Date:           Sat Apr  6 13:42:46 UTC 2024

Modified Files:
        src/sys/arch/riscv/conf: GENERIC.common

Log Message:
Attach qemufwcfg


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/riscv/conf/GENERIC.common

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/riscv/conf/GENERIC.common
diff -u src/sys/arch/riscv/conf/GENERIC.common:1.12 src/sys/arch/riscv/conf/GENERIC.common:1.13
--- src/sys/arch/riscv/conf/GENERIC.common:1.12	Tue Apr  2 22:56:51 2024
+++ src/sys/arch/riscv/conf/GENERIC.common	Sat Apr  6 13:42:46 2024
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.12 2024/04/02 22:56:51 charlotte Exp $
+#	$NetBSD: GENERIC.common,v 1.13 2024/04/06 13:42:46 skrll Exp $
 #
 #	GENERIC common RISC-V kernel config items shared between 32 and 64
 #	kernels
@@ -144,7 +144,7 @@ plic* 		at fdt? pass 2
 com* 		at fdt?			# UART
 
 # Firmware devices
-#qemufwcfg* 	at fdt?			# QEMU Firmware Configuration device
+qemufwcfg* 	at fdt?			# QEMU Firmware Configuration device
 
 # RTC devices
 gfrtc* 		at fdt?			# Google Goldfish RTC

Reply via email to