Module Name: src
Committed By: rjs
Date: Tue Aug 1 22:06:23 UTC 2023
Modified Files:
src/sys/arch/riscv/conf: GENERIC.common
Log Message:
Include compat config for NetBSD-10.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/arch/riscv/conf/GENERIC.common:1.6
--- src/sys/arch/riscv/conf/GENERIC.common:1.5 Sun Jul 16 07:30:54 2023
+++ src/sys/arch/riscv/conf/GENERIC.common Tue Aug 1 22:06:23 2023
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.5 2023/07/16 07:30:54 skrll Exp $
+# $NetBSD: GENERIC.common,v 1.6 2023/08/01 22:06:23 rjs Exp $
#
# GENERIC common RISC-V kernel config items shared between 32 and 64
# kernels
@@ -57,7 +57,7 @@ options DDB_HISTORY_SIZE=512 # enable h
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
# Compatibility options
-#include "conf/compat_netbsd90.config"
+include "conf/compat_netbsd100.config"
# Wedge support
options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances