diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 17:57:58 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 17:57:58 +0000 |
commit | 4bd92be870f43de3c516d6d15d6586ea7b206042 (patch) | |
tree | 5796578c4c0db9aa0677f536541d60ae921adbe8 /sys | |
parent | 16521009dfc60dc908712fdf1b356cfe67287ba7 (diff) |
X/zkbd is close enough to working.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 34fbe4c5a96..f2180b643e2 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2005/01/18 16:29:12 drahn Exp $ +# $OpenBSD: GENERIC,v 1.20 2005/01/18 17:57:57 drahn Exp $ # # GENERIC machine description file # @@ -33,6 +33,8 @@ makeoptions KERNEL_BASE_PHYS="0xa0200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" makeoptions BOARDTYPE="zaurus" +options APERTURE + # estimated number of users maxusers 32 @@ -44,7 +46,7 @@ options XSCALE_CACHE_WRITE_THROUGH makeoptions CPUFLAGS="-mcpu=xscale" #option WSDISPLAY_COMPAT_USL # VT handling -#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes +option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes option WSDISPLAY_DEFAULTSCREENS=2 #option WSDISPLAY_COMPAT_PCVT # emulate some ioctls |