summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 05:46:29 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 05:46:29 +0000
commitb5667c845a82a0ce09b33001a466d9d84dfcfe83 (patch)
treefbcb6775aa61f4f0221199dc8ee06704388d122f /sys/arch/mvmeppc
parent8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (diff)
UVM is no longer an option.
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r--sys/arch/mvmeppc/conf/GENERIC3
-rw-r--r--sys/arch/mvmeppc/conf/RAMDISK3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvmeppc/conf/GENERIC b/sys/arch/mvmeppc/conf/GENERIC
index a8a9651d459..ecaa6999300 100644
--- a/sys/arch/mvmeppc/conf/GENERIC
+++ b/sys/arch/mvmeppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.1 2001/06/26 21:57:37 smurph Exp $
+# $OpenBSD: GENERIC,v 1.2 2001/06/27 05:46:23 art Exp $
#
# MVMEPPC GENERIC config file
#
@@ -11,7 +11,6 @@ maxusers 32
# actual machine type probed via name of openfirmware root node.
option SYS_TYPE=APPL
-option UVM
option PCIVERBOSE
include "../../../conf/GENERIC"
diff --git a/sys/arch/mvmeppc/conf/RAMDISK b/sys/arch/mvmeppc/conf/RAMDISK
index 06fe720a7a6..0766f3df50c 100644
--- a/sys/arch/mvmeppc/conf/RAMDISK
+++ b/sys/arch/mvmeppc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.1 2001/06/26 21:57:38 smurph Exp $
+# $OpenBSD: RAMDISK,v 1.2 2001/06/27 05:46:24 art Exp $
#
# MVMEPPC GENERIC config file
#
@@ -11,7 +11,6 @@ maxusers 32
# actual machine type probed via name of openfirmware root node.
option SYS_TYPE=APPL
-option UVM
option PCIVERBOSE
include "../../../conf/GENERIC"