Module Name: src Committed By: andvar Date: Sun Sep 22 20:55:17 UTC 2024
Modified Files: src/sys/arch/hpcmips/conf: LROUTER MPC303 Log Message: Add PMAP_NO_PV_UNCACHED and ENABLE_MIPS_4KB_PAGE options to LROUTER and MPC303 configs to restore the build. I didn't receive definite answer if adding them would be a correct approach, but it solves the build problem for these non autobuild kernel configs and other 41xx configs have these two options as well. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/hpcmips/conf/LROUTER cvs rdiff -u -r1.70 -r1.71 src/sys/arch/hpcmips/conf/MPC303 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/hpcmips/conf/LROUTER diff -u src/sys/arch/hpcmips/conf/LROUTER:1.57 src/sys/arch/hpcmips/conf/LROUTER:1.58 --- src/sys/arch/hpcmips/conf/LROUTER:1.57 Wed Aug 1 20:04:11 2018 +++ src/sys/arch/hpcmips/conf/LROUTER Sun Sep 22 20:55:17 2024 @@ -1,5 +1,5 @@ # -# $NetBSD: LROUTER,v 1.57 2018/08/01 20:04:11 maxv Exp $ +# $NetBSD: LROUTER,v 1.58 2024/09/22 20:55:17 andvar Exp $ # From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp # # Kernel configuration file for LASER5 L-Router @@ -18,6 +18,8 @@ makeoptions CPUFLAGS="-mips3" # CPU code options MIPS3_4100 # VR4100 core options VR41XX # NEC VR41xx series options VR4122 # NEC VR4122 +options PMAP_NO_PV_UNCACHED +options ENABLE_MIPS_4KB_PAGE # Standard system options options DDB # in-kernel debugger Index: src/sys/arch/hpcmips/conf/MPC303 diff -u src/sys/arch/hpcmips/conf/MPC303:1.70 src/sys/arch/hpcmips/conf/MPC303:1.71 --- src/sys/arch/hpcmips/conf/MPC303:1.70 Wed Aug 1 20:04:11 2018 +++ src/sys/arch/hpcmips/conf/MPC303 Sun Sep 22 20:55:17 2024 @@ -1,5 +1,5 @@ # -# $NetBSD: MPC303,v 1.70 2018/08/01 20:04:11 maxv Exp $ +# $NetBSD: MPC303,v 1.71 2024/09/22 20:55:17 andvar Exp $ # From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp # # Kernel configuration file for Victor MP-C303; enami's test machine. @@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.70 $" +#ident "GENERIC-$Revision: 1.71 $" maxusers 16 @@ -20,6 +20,8 @@ makeoptions CPUFLAGS="-mips3" # CPU code options MIPS3_4100 # VR4100 core options VR41XX # NEC VR41xx series options VR4122 # NEC VR4122 +options PMAP_NO_PV_UNCACHED +options ENABLE_MIPS_4KB_PAGE # Standard system options options DDB # in-kernel debugger