diff options
author | 2001-01-30 15:54:20 +0000 | |
---|---|---|
committer | 2001-01-30 15:54:20 +0000 | |
commit | ae74d1702e5ed49f551e85d9faae82502adeb6df (patch) | |
tree | 6e6c8f6e93574814ee78f65250e788c0f5fce43f | |
parent | kill moused for now. (diff) | |
download | wireguard-openbsd-ae74d1702e5ed49f551e85d9faae82502adeb6df.tar.xz wireguard-openbsd-ae74d1702e5ed49f551e85d9faae82502adeb6df.zip |
Crank WSDISPLAY_DEFAULTSCREENS=6 to be more like pcvt (and so xdm starts).
-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 |