Module Name:    src
Committed By:   skrll
Date:           Mon May  8 07:52:55 UTC 2023

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

Log Message:
RISC-V: Add the Google Goldfish RTC to the GENERIC.common


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/sys/arch/riscv/conf/GENERIC.common:1.2
--- src/sys/arch/riscv/conf/GENERIC.common:1.1	Sun May  7 12:41:48 2023
+++ src/sys/arch/riscv/conf/GENERIC.common	Mon May  8 07:52:55 2023
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.1 2023/05/07 12:41:48 skrll Exp $
+#	$NetBSD: GENERIC.common,v 1.2 2023/05/08 07:52:55 skrll Exp $
 #
 #	GENERIC common RISC-V kernel config items shared between 32 and 64
 #	kernels
@@ -140,6 +140,9 @@ com* 		at fdt?			# UART
 # Firmware devices
 #qemufwcfg* 	at fdt?			# QEMU Firmware Configuration device
 
+# RTC devices
+gfrtc* 		at fdt?			# Google Goldfish RTC
+
 # USB
 xhci* 		at fdt?			# XHCI
 usb* 		at usbus?

Reply via email to