diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-14 18:11:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-14 18:11:05 +0000 |
commit | 6c655bbede3845512446a2922764763e9c6ed55f (patch) | |
tree | 5a8c70bcf06c3647247eb9c06dcdfebae6d096ef /sys/arch/i386 | |
parent | 8b930f81a38d85ce0dc8c8fabf5432564a03a4ee (diff) |
Homogeneize WSDISPLAY_* option comments (especially on cats)
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 511a62ecc70..9ef3c7dd147 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.469 2006/02/12 19:55:39 miod Exp $ +# $OpenBSD: GENERIC,v 1.470 2006/02/14 18:11:03 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -235,9 +235,9 @@ isadma0 at isa? isapnp0 at isa? 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 WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11 +option WSDISPLAY_DEFAULTSCREENS=6 # initial number of text consoles +option WSDISPLAY_COMPAT_PCVT # emulate some ioctls; needed for X11 pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard |