diff options
-rw-r--r-- | share/mk/bsd.own.mk | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 88b8a5e276f..a4a1a6975f9 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.38 2000/11/10 00:24:31 deraadt Exp $ +# $OpenBSD: bsd.own.mk,v 1.39 2001/02/16 05:26:27 drahn Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -9,7 +9,7 @@ .endif # XXX - This is temporary until everyone uses UVM -.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha") +.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc") UVM?= yes .else UVM?= no 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 |