diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 15:54:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 15:54:21 +0000 |
commit | a96c6ef71c32acd163268abe96558d90e1d79789 (patch) | |
tree | e4166eb1c091ecdb415ecfcaf4c98b54446210ae /sys | |
parent | 6ad6d8d8b06c1b387ce7a1b9b749a8e076cbd785 (diff) |
Crank WSDISPLAY_DEFAULTSCREENS=6 to be more like pcvt (and so xdm starts).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 38826799b9d..d2ccd6e6ea4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.234 2001/01/30 10:31:36 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.235 2001/01/30 15:54:20 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -126,7 +126,7 @@ 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=4 +option WSDISPLAY_DEFAULTSCREENS=6 pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard |