summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-10 23:46:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-10 23:46:50 +0000
commite70b05a0712694eb343748b7596068cd166684c3 (patch)
tree03b354a51aa3d2279604086d1760181c53b78dae /sys/arch
parent3cdda82c88dd5e893ce7c4c00afa050e5d779f73 (diff)
VT100 emul is the default, and there is no point yet having more than one
wsscreen per wsdisplay device ; from deraadt@ long ago.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/conf/GENERIC6
-rw-r--r--sys/arch/vax/conf/RAMDISK5
2 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC
index a55069c9d59..f22c56801c4 100644
--- a/sys/arch/vax/conf/GENERIC
+++ b/sys/arch/vax/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.31 2002/05/11 09:54:08 hugh Exp $
+# $OpenBSD: GENERIC,v 1.32 2002/12/10 23:46:49 miod Exp $
# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $
machine vax # machine type; required
@@ -28,10 +28,6 @@ maxusers 8
option SCSIVERBOSE # Verbose SCSI errors
-# WS console uses VT100 terminal emulation
-option WSEMUL_VT100
-option WSDISPLAY_DEFAULTSCREENS=8
-
# Old compat stuff; needed to run 4.3BSD Reno programs.
# Note that if COMPAT_ULTRIX is set, you lose compatibility with
# 4.3BSD Reno programs and get Ultrix compatibility instead.
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK
index 290db4347ef..a7dd653be24 100644
--- a/sys/arch/vax/conf/RAMDISK
+++ b/sys/arch/vax/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.18 2002/06/11 09:40:32 hugh Exp $
+# $OpenBSD: RAMDISK,v 1.19 2002/12/10 23:46:49 miod Exp $
machine vax # machine type
@@ -43,9 +43,6 @@ option BOOT_CONFIG # boot-time kernel config
config bsd root on rd0a swap on rd0b # and sd0b
-# WS console uses VT100 terminal emulation
-#option WSEMUL_VT100
-
# Old compat stuff; needed to run 4.3BSD Reno programs.
# Note that if COMPAT_ULTRIX is set, you lose compatibility with
# 4.3BSD Reno programs and get Ultrix compatibility instead.