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/zaurus/conf | |
parent | 8b930f81a38d85ce0dc8c8fabf5432564a03a4ee (diff) |
Homogeneize WSDISPLAY_* option comments (especially on cats)
Diffstat (limited to 'sys/arch/zaurus/conf')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 10 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 56779913e24..c49c55388f2 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.47 2005/12/27 20:05:34 drahn Exp $ +# $OpenBSD: GENERIC,v 1.48 2006/02/14 18:11:04 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -30,10 +30,10 @@ options CPU_XSCALE_PXA2X0 # Support the XScale core options XSCALE_CACHE_WRITE_BACK makeoptions CPUFLAGS="-mcpu=xscale" -option WSDISPLAY_COMPAT_USL # VT handling -option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes -option WSDISPLAY_DEFAULTSCREENS=2 -option WSDISPLAY_COMPAT_PCVT # emulate some ioctls +option WSDISPLAY_COMPAT_USL # VT handling +option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11 +option WSDISPLAY_DEFAULTSCREENS=2 # initial number of text consoles +option WSDISPLAY_COMPAT_PCVT # emulate some ioctls; needed for X11 option USBVERBOSE diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index 466a9ab3d1e..7066d989ac2 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.33 2005/12/27 20:05:34 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.34 2006/02/14 18:11:04 miod Exp $ machine zaurus arm @@ -32,10 +32,10 @@ options CPU_XSCALE_PXA2X0 # Support the XScale core options XSCALE_CACHE_WRITE_BACK makeoptions CPUFLAGS="-mcpu=xscale" -#option WSDISPLAY_COMPAT_USL # VT handling -#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes -#option WSDISPLAY_DEFAULTSCREENS=2 -#option WSDISPLAY_COMPAT_PCVT # emulate some ioctls +#option WSDISPLAY_COMPAT_USL # VT handling +#option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11 +#option WSDISPLAY_DEFAULTSCREENS=2 # initial number of text consoles +#option WSDISPLAY_COMPAT_PCVT # emulate some ioctls; needed for X11 config bsd root on rd0a swap on rd0b |