diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-07 01:43:06 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-07 01:43:06 +0000 |
commit | 734f87e0cbae8f2300c2b4cdac94b4fc91631642 (patch) | |
tree | 5faa51f9c083858d514f1a86e616288f0848fb29 | |
parent | bb72450ad74c5a41998278c23811e1cdfd3a8a0e (diff) |
Use the vt100 console emulation, remove dumb just for space.
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index fe0f3e2c511..53d6b3de99b 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 2000/09/06 03:57:23 rahnds Exp $ +# $OpenBSD: GENERIC,v 1.17 2000/09/07 01:43:05 rahnds Exp $ # # PPC GENERIC config file # @@ -14,6 +14,8 @@ option SYS_TYPE=APPL option FIREPOWERBUGS options 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 958b553797f..f5bc287df54 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2000/09/06 03:57:23 rahnds Exp $ +# $OpenBSD: RAMDISK,v 1.8 2000/09/07 01:43:05 rahnds Exp $ # # PPC GENERIC config file # @@ -14,6 +14,8 @@ option SYS_TYPE=APPL option FIREPOWERBUGS options PPC_MPC106_BUG option PCIVERBOSE +option WSEMUL_VT100 +option WSEMUL_NO_DUMB # include "../../../conf/GENERIC" option TIMEZONE=0 # time zone to adjust RTC time by |