diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 17:52:26 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 17:52:26 +0000 |
commit | 64b5ec0b92f7de35a1b7dff271a54cd6bc8d6608 (patch) | |
tree | 0b9e1e9fcb3fe32e4ef31ed2bd39b1171da67410 /sys/arch | |
parent | f14879cce3da64ac23f85c9a8848ca3d5652cb88 (diff) |
Default to two virtual screens.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 5424d90f440..860fdd200fe 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.12 2005/01/14 12:21:02 grange Exp $ +# $OpenBSD: GENERIC,v 1.13 2005/01/14 17:52:25 drahn Exp $ # # GENERIC machine description file # @@ -59,9 +59,9 @@ makeoptions CPUFLAGS="-mcpu=xscale" #options ARMFPE # ARM Ltd FPE #option WSDISPLAY_COMPAT_USL # VT handling -#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes -#option WSDISPLAY_DEFAULTSCREENS=6 # can get raw scancodes -#option WSDISPLAY_COMPAT_PCVT # can get raw scancodes +#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancoetes +option WSDISPLAY_DEFAULTSCREENS=2 +#option WSDISPLAY_COMPAT_PCVT # emulate some ioctls #config bsd swap generic config bsd root on wd0a |