Module Name:    src
Committed By:   skrll
Date:           Sat Jan 13 16:36:32 UTC 2024

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

Log Message:
Group pass 1 attachments


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/sys/arch/riscv/conf/GENERIC.common:1.8
--- src/sys/arch/riscv/conf/GENERIC.common:1.7	Sun Sep  3 08:48:19 2023
+++ src/sys/arch/riscv/conf/GENERIC.common	Sat Jan 13 16:36:32 2024
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.7 2023/09/03 08:48:19 skrll Exp $
+#	$NetBSD: GENERIC.common,v 1.8 2024/01/13 16:36:32 skrll Exp $
 #
 #	GENERIC common RISC-V kernel config items shared between 32 and 64
 #	kernels
@@ -129,15 +129,15 @@ cpu* 		at fdt? pass 0
 
 intc* 		at cpu? pass 1
 
+# Fixed Clocks
+fclock* 	at fdt? pass 1
+
 # Core-level Interrupt Control block
 #clint0		at fdt? pass 2
 
 # Platform-Level Interrupt Controller
 plic* 		at fdt? pass 2
 
-# Clocks
-fclock* 	at fdt? pass 1
-
 # UART
 com* 		at fdt?			# UART
 

Reply via email to