summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-13 14:50:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-13 14:50:35 +0000
commit7bf10440f3ca8d870b8ac24a4111db8de337a276 (patch)
tree581564b95a78f4a1e5ddf1e0803056b05f5e5678 /sys/arch/i386/conf
parentdd5d4c5e1e3c646d561c0e65ee2dd12cd947bfac (diff)
default more wscons options
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC7
-rw-r--r--sys/arch/i386/conf/RAMDISK6
-rw-r--r--sys/arch/i386/conf/RAMDISKB6
-rw-r--r--sys/arch/i386/conf/RAMDISKC6
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD6
5 files changed, 5 insertions, 26 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index a21a9336ff6..6e89e42bff5 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.236 2001/01/30 19:54:05 aaron Exp $
+# $OpenBSD: GENERIC,v 1.237 2001/02/13 14:50:33 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -119,11 +119,6 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
isapnp0 at isa?
-option WSEMUL_VT100 # VT100 / VT220 emulation
-option WS_KERNEL_FG=WSCOL_WHITE
-option WS_KERNEL_BG=WSCOL_BLUE
-option WSDISPLAY_COMPAT_PCVT # emulate some ioctls
-option WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
option WSDISPLAY_COMPAT_USL # VT handling
option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
option WSDISPLAY_DEFAULTSCREENS=6
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index 76583ea57f7..ef808ee1552 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.96 2001/01/30 00:01:21 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.97 2001/02/13 14:50:33 deraadt Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -81,10 +81,6 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
isapnp0 at isa?
-option WSEMUL_VT100 # VT100 / VT220 emulation
-option WS_KERNEL_FG=WSCOL_WHITE
-option WS_KERNEL_BG=WSCOL_BLUE
-
pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
wskbd* at pckbd? console ?
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index cf6f26ee06b..c1a4a7413bf 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.29 2001/01/30 00:01:21 deraadt Exp $
+# $OpenBSD: RAMDISKB,v 1.30 2001/02/13 14:50:33 deraadt Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -81,10 +81,6 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
isapnp0 at isa?
-option WSEMUL_VT100 # VT100 / VT220 emulation
-option WS_KERNEL_FG=WSCOL_WHITE
-option WS_KERNEL_BG=WSCOL_BLUE
-
pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
wskbd* at pckbd? console ?
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC
index 7c19d1dc070..52a2757841d 100644
--- a/sys/arch/i386/conf/RAMDISKC
+++ b/sys/arch/i386/conf/RAMDISKC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKC,v 1.11 2001/01/30 00:01:22 deraadt Exp $
+# $OpenBSD: RAMDISKC,v 1.12 2001/02/13 14:50:33 deraadt Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -87,10 +87,6 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
isapnp0 at isa?
-option WSEMUL_VT100 # VT100 / VT220 emulation
-option WS_KERNEL_FG=WSCOL_WHITE
-option WS_KERNEL_BG=WSCOL_BLUE
-
pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
wskbd* at pckbd? console ?
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 16696459700..01a80d3a900 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.28 2001/01/30 00:01:22 deraadt Exp $
+# $OpenBSD: RAMDISK_CD,v 1.29 2001/02/13 14:50:33 deraadt Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -87,10 +87,6 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
isapnp0 at isa?
-option WSEMUL_VT100 # VT100 / VT220 emulation
-option WS_KERNEL_FG=WSCOL_WHITE
-option WS_KERNEL_BG=WSCOL_BLUE
-
pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
wskbd* at pckbd? console ?