Module Name:    src
Committed By:   rin
Date:           Sat Jun 26 09:00:39 UTC 2021

Modified Files:
        src/sys/arch/evbppc/conf: std.explora

Log Message:
Set VMSWAP_DEFAULT_PLAINTEXT for Explora 450 (IBM_PPC403).
(slow CPU & memory shortage)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbppc/conf/std.explora

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/evbppc/conf/std.explora
diff -u src/sys/arch/evbppc/conf/std.explora:1.7 src/sys/arch/evbppc/conf/std.explora:1.8
--- src/sys/arch/evbppc/conf/std.explora:1.7	Fri Mar  5 06:45:12 2021
+++ src/sys/arch/evbppc/conf/std.explora	Sat Jun 26 09:00:39 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: std.explora,v 1.7 2021/03/05 06:45:12 rin Exp $
+#	$NetBSD: std.explora,v 1.8 2021/06/26 09:00:39 rin Exp $
 #
 # Standard/required options for NetBSD/explora.
 
@@ -9,6 +9,9 @@ include		"conf/std"	# MI standard option
 options 	PPC_IBM4XX	# IBM 40x family
 options 	PPC_IBM403	# IBM 403GCX
 
+options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
+						# default (slow cpu)
+
 # Executable support:
 options 	EXEC_ELF32	# (native) ELF32 binary support
 options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
@@ -25,3 +28,5 @@ options 	INTSTK=16384
 options 	PPC_CPU_FREQ=66000000	# XXX hack for pckbc_cnattach()
 
 include		"arch/evbppc/conf/files.explora"
+
+options 	PPC_PCI_MACHDEP_IMPL="<evbppc/explora/dev/pci_machdep.h>"

Reply via email to