diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-25 21:16:58 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-25 21:16:58 +0000 |
commit | 6b84fd6072ec9e4866732dd38c2734cbca49ccbb (patch) | |
tree | 4d7b42961ae97c6aca0a88159c7f2c4b8b9a275d /sys/arch/zaurus/conf | |
parent | 0e8608e7d1a0d67a3174b718b116573428cdd2cd (diff) |
Enable the COMPAT ioctls to allow X to switch VTs.
Diffstat (limited to 'sys/arch/zaurus/conf')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 827715f48a7..092ded82753 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 2005/01/20 23:34:36 uwe Exp $ +# $OpenBSD: GENERIC,v 1.23 2005/01/25 21:16:57 drahn Exp $ # # GENERIC machine description file # @@ -45,10 +45,10 @@ options XSCALE_CACHE_WRITE_THROUGH #options XSCALE_CACHE_WRITE_BACK makeoptions CPUFLAGS="-mcpu=xscale" -#option WSDISPLAY_COMPAT_USL # VT handling +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_PCVT # emulate some ioctls #config bsd swap generic config bsd root on wd0a |