diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-04-24 17:30:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-04-24 17:30:32 +0000 |
commit | 982e6abddcdfa3a45932308f7bb6bb2981a1a84a (patch) | |
tree | e737057d9d4cc248486ce6c2f4b410978aa1f945 /sys/arch/zaurus/conf | |
parent | ca5113f5665524012f471abda162892282927965 (diff) |
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
An X server built after april 3 is needed to be able to start X with
the new kernel.
ok kettenis@
Diffstat (limited to 'sys/arch/zaurus/conf')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index eb4e7650c97..2fac20d2cc9 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.100 2016/01/08 09:48:42 mpi Exp $ +# $OpenBSD: GENERIC,v 1.101 2016/04/24 17:30:31 matthieu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -28,7 +28,6 @@ makeoptions CPUFLAGS="-mcpu=xscale" 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 |