Module Name: src Committed By: thorpej Date: Wed Jul 14 13:32:37 UTC 2021
Modified Files: src/sys/arch/cobalt/conf: std.cobalt src/sys/arch/pmax/conf: std.pmax std.pmax64 Log Message: Enable VMSWAP_DEFAULT_PLAINTEXT as default. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/cobalt/conf/std.cobalt cvs rdiff -u -r1.18 -r1.19 src/sys/arch/pmax/conf/std.pmax cvs rdiff -u -r1.2 -r1.3 src/sys/arch/pmax/conf/std.pmax64 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/cobalt/conf/std.cobalt diff -u src/sys/arch/cobalt/conf/std.cobalt:1.15 src/sys/arch/cobalt/conf/std.cobalt:1.16 --- src/sys/arch/cobalt/conf/std.cobalt:1.15 Sun Feb 20 07:54:10 2011 +++ src/sys/arch/cobalt/conf/std.cobalt Wed Jul 14 13:32:37 2021 @@ -1,4 +1,4 @@ -# $NetBSD: std.cobalt,v 1.15 2011/02/20 07:54:10 matt Exp $ +# $NetBSD: std.cobalt,v 1.16 2021/07/14 13:32:37 thorpej Exp $ machine cobalt mips include "conf/std" # MI standard options @@ -9,4 +9,7 @@ options MIPS3_ENABLE_CLOCK_INTR options EXEC_ELF32 # exec ELF32 binaries options EXEC_SCRIPT # exec #! scripts +options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by + # default (slow cpu) + makeoptions DEFTEXTADDR="0x80001000" Index: src/sys/arch/pmax/conf/std.pmax diff -u src/sys/arch/pmax/conf/std.pmax:1.18 src/sys/arch/pmax/conf/std.pmax:1.19 --- src/sys/arch/pmax/conf/std.pmax:1.18 Sun Dec 11 12:18:36 2005 +++ src/sys/arch/pmax/conf/std.pmax Wed Jul 14 13:32:37 2021 @@ -1,4 +1,4 @@ -# $NetBSD: std.pmax,v 1.18 2005/12/11 12:18:36 christos Exp $ +# $NetBSD: std.pmax,v 1.19 2021/07/14 13:32:37 thorpej Exp $ # standard, required pmax info machine pmax mips @@ -9,4 +9,7 @@ makeoptions MACHINE_ARCH="mipsel" options EXEC_ELF32 # 32-bit ELF support (native format) options EXEC_SCRIPT # exec of #! scripts +options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by + # default (slow cpu) + makeoptions DEFTEXTADDR="0x80030000" Index: src/sys/arch/pmax/conf/std.pmax64 diff -u src/sys/arch/pmax/conf/std.pmax64:1.2 src/sys/arch/pmax/conf/std.pmax64:1.3 --- src/sys/arch/pmax/conf/std.pmax64:1.2 Mon Dec 14 00:46:10 2009 +++ src/sys/arch/pmax/conf/std.pmax64 Wed Jul 14 13:32:37 2021 @@ -1,4 +1,4 @@ -# $NetBSD: std.pmax64,v 1.2 2009/12/14 00:46:10 matt Exp $ +# $NetBSD: std.pmax64,v 1.3 2021/07/14 13:32:37 thorpej Exp $ # standard, required pmax info machine pmax mips @@ -11,5 +11,8 @@ options EXEC_ELF32 # 32-bit ELF support options EXEC_SCRIPT # exec of #! scripts options COMPAT_NETBSD32 # exec NetBSD 32-bit binaries +options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by + # default (slow cpu) + makeoptions DEFTEXTADDR="0x80030000" makeoptions LP64="yes"