Module Name: src
Committed By: skrll
Date: Sat Jan 13 16:43:08 UTC 2024
Modified Files:
src/sys/arch/riscv/conf: GENERIC.common
Log Message:
Attach generic system controllers
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/sys/arch/riscv/conf/GENERIC.common:1.9
--- src/sys/arch/riscv/conf/GENERIC.common:1.8 Sat Jan 13 16:36:32 2024
+++ src/sys/arch/riscv/conf/GENERIC.common Sat Jan 13 16:43:08 2024
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.8 2024/01/13 16:36:32 skrll Exp $
+# $NetBSD: GENERIC.common,v 1.9 2024/01/13 16:43:08 skrll Exp $
#
# GENERIC common RISC-V kernel config items shared between 32 and 64
# kernels
@@ -132,6 +132,9 @@ intc* at cpu? pass 1
# Fixed Clocks
fclock* at fdt? pass 1
+# System Controller
+syscon* at fdt? pass 1 # Generic System Controller
+
# Core-level Interrupt Control block
#clint0 at fdt? pass 2