Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Set VMSWAP_DEFAULT_PLAINTEXT for Explor...



details:   https://anonhg.NetBSD.org/src/rev/d789c722b461
branches:  trunk
changeset: 379902:d789c722b461
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Jun 26 09:00:39 2021 +0000

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

diffstat:

 sys/arch/evbppc/conf/std.explora |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 1060c7452d41 -r d789c722b461 sys/arch/evbppc/conf/std.explora
--- a/sys/arch/evbppc/conf/std.explora  Sat Jun 26 00:38:16 2021 +0000
+++ b/sys/arch/evbppc/conf/std.explora  Sat Jun 26 09:00:39 2021 +0000
@@ -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>"



Home | Main Index | Thread Index | Old Index