summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2001-03-18 14:58:04 +0000
committernate <nate@openbsd.org>2001-03-18 14:58:04 +0000
commit1d0aec31d0e3dc170a2ff8d45f87df04ad07446d (patch)
tree2a5daed3d9d47bac5afadf61d5e8596665d464e8
parentignore permitopen="host:port" if AllowTcpForwarding==no (diff)
downloadwireguard-openbsd-1d0aec31d0e3dc170a2ff8d45f87df04ad07446d.tar.xz
wireguard-openbsd-1d0aec31d0e3dc170a2ff8d45f87df04ad07446d.zip
Add a wsmux device
-rw-r--r--sys/arch/alpha/conf/GENERIC7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 14c6990c8cd..28c13f66b65 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.67 2001/03/08 03:37:16 itojun Exp $
+# $OpenBSD: GENERIC,v 1.68 2001/03/18 14:58:04 nate Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -297,7 +297,10 @@ wsdisplay* at vga?
#wsdisplay* at sfb?
wsdisplay* at tga?
wskbd* at pckbd?
-wsmouse* at pms?
+wsmouse* at pms? mux 0
+
+# mouse & keyboard multiplexor pseudo-devices
+pseudo-device wsmux 2
# crypto support
#BROKEN: The following two drivers are broken because of 64-bit issues.