-# $OpenBSD: GENERIC,v 1.1 2015/05/20 01:44:20 jsg Exp $
+# $OpenBSD: GENERIC,v 1.2 2015/05/24 08:01:46 matthieu Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
option CPU_ARMv7 # Support the ARMv7
#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=1
#option WSDISPLAY_COMPAT_PCVT # emulate some ioctls
radio* at udsbr? # USB radio
ugen* at uhub? # USB Generic driver
rum* at uhub? # Ralink RT2501USB/RT2601USB
+uvideo* at uhub? # USB Video
+video* at uvideo?
+udl* at uhub? # DisplayLink USB displays
+wsdisplay* at udl?
atphy* at mii? # Attansic F1 PHYs
rgephy* at mii? # Realtek 8169S/8110S PHY
# Pseudo-Devices
pseudo-device hotplug 1 # devices hot plugging
+
+# mouse & keyboard multiplexor pseudo-devices
+pseudo-device wsmux 2
-# $OpenBSD: Makefile,v 1.3 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2015/05/24 08:01:46 matthieu Exp $
NOPROG=
NOMAN=
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
+ ${MACHINE} == "armv7" || \
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \