diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-13 14:50:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-13 14:50:35 +0000 |
commit | 7bf10440f3ca8d870b8ac24a4111db8de337a276 (patch) | |
tree | 581564b95a78f4a1e5ddf1e0803056b05f5e5678 /sys/arch/powerpc | |
parent | dd5d4c5e1e3c646d561c0e65ee2dd12cd947bfac (diff) |
default more wscons options
Diffstat (limited to 'sys/arch/powerpc')
-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 5d8c2dc56a8..12d0e2eff58 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.23 2001/02/04 10:07:02 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.24 2001/02/13 14:50:33 deraadt Exp $ # # PPC GENERIC config file # @@ -14,7 +14,6 @@ option SYS_TYPE=APPL option FIREPOWERBUGS option PPC_MPC106_BUG option PCIVERBOSE -option WSEMUL_VT100 option WSEMUL_NO_DUMB include "../../../conf/GENERIC" diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index 380cd4ca481..fe602102501 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2000/12/07 18:19:31 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.12 2001/02/13 14:50:33 deraadt Exp $ # # PPC GENERIC config file # @@ -14,7 +14,6 @@ option SYS_TYPE=APPL option FIREPOWERBUGS option PPC_MPC106_BUG option PCIVERBOSE -option WSEMUL_VT100 option WSEMUL_NO_DUMB # include "../../../conf/GENERIC" |