From 64b5ec0b92f7de35a1b7dff271a54cd6bc8d6608 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Fri, 14 Jan 2005 17:52:26 +0000 Subject: Default to two virtual screens. --- sys/arch/zaurus/conf/GENERIC | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3