diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-05 00:42:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-05 00:42:20 +0000 |
commit | 1b67e3ff818680995aea5210f2e7dd1a60de26da (patch) | |
tree | 53745ad103629a7c49b265568f0806bea1117e1f /sys/arch/alpha | |
parent | dba8ab30457588f452991d11443cbdfa9e28e3f3 (diff) |
Allocate by default 6 virtual consoles on alpha, as on i386, rather than
only one.
X11 is configured here to start on ttyC5, like on i386 again. This requires
alpha-specific changes to the X servers, that went in the tree before 3.2
was released.
On tga-compatible boards, there are no virtual consoles available, and these
changes will have no effect.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index f745a267f4f..b06e7dbd3f9 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.118 2002/09/26 21:44:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.119 2002/11/05 00:42:19 miod Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -36,7 +36,10 @@ option TCVERBOSE # recognize "unknown" TC devices option USBVERBOSE # Wscons options -option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes +option WSDISPLAY_COMPAT_USL # VT handling +option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes +option WSDISPLAY_DEFAULTSCREENS=6 +option WSDISPLAY_COMPAT_PCVT # emulate some ioctls option APERTURE # in-kernel aperture driver for XFree86 option USER_PCICONF # user-space PCI configuration |