summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-02-16 05:26:28 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-02-16 05:26:28 +0000
commit70401f5aebbaec12f24cb602e8825c49f82312db (patch)
tree704e4f0513ff141d1711a32896d5b0472c6c1b30 /sys/arch
parent2c1cf1b366e07f08ee3937171ff6efab12297406 (diff)
Engage UVM for powerpc. It is now running fairly well (better than non UVM)
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/conf/GENERIC3
-rw-r--r--sys/arch/powerpc/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC
index 12d0e2eff58..3e0eaf6d187 100644
--- a/sys/arch/powerpc/conf/GENERIC
+++ b/sys/arch/powerpc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.24 2001/02/13 14:50:33 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.25 2001/02/16 05:26:27 drahn Exp $
#
# PPC GENERIC config file
#
@@ -11,6 +11,7 @@ maxusers 32
# actual machine type probed via name of openfirmware root node.
option SYS_TYPE=APPL
+option UVM
option FIREPOWERBUGS
option PPC_MPC106_BUG
option PCIVERBOSE
diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK
index fe602102501..29a6396ea20 100644
--- a/sys/arch/powerpc/conf/RAMDISK
+++ b/sys/arch/powerpc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.12 2001/02/13 14:50:33 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.13 2001/02/16 05:26:27 drahn Exp $
#
# PPC GENERIC config file
#
@@ -11,6 +11,7 @@ maxusers 32
# actual machine type probed via name of openfirmware root node.
option SYS_TYPE=APPL
+option UVM
option FIREPOWERBUGS
option PPC_MPC106_BUG
option PCIVERBOSE