diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
commit | b5667c845a82a0ce09b33001a466d9d84dfcfe83 (patch) | |
tree | fbcb6775aa61f4f0221199dc8ee06704388d122f /sys/arch/powerpc/conf | |
parent | 8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (diff) |
UVM is no longer an option.
Diffstat (limited to 'sys/arch/powerpc/conf')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index f8f94a06dd7..ec488855074 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2001/06/26 21:26:44 drahn Exp $ +# $OpenBSD: GENERIC,v 1.43 2001/06/27 05:46:25 art Exp $ # # PPC 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 FIREPOWERBUGS option PPC_MPC106_BUG option PCIVERBOSE diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index daf8e875bea..255b2b545ad 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.25 2001/06/26 22:03:04 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.26 2001/06/27 05:46:25 art Exp $ # # PPC 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 FIREPOWERBUGS option PPC_MPC106_BUG option PCIVERBOSE |