summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2001-03-18 14:58:05 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2001-03-18 14:58:05 +0000
commit0aa0c2d24d8c56498a4c8bf20f7b3418e9524b9e (patch)
tree65c2440e39f0bc6313c9916c8692db95b921f8b6 /sys
parent6a2dec3b39835d7252920b8d227caecbf8e99b99 (diff)
Add a wsmux device
Diffstat (limited to 'sys')
-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.