summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-04-21 20:19:28 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-04-21 20:19:28 +0000
commitdef59734d7ace944773809f9716d5799ad633837 (patch)
tree3eb694606697ff5879727be2c40cfa40db378b3d /sys/arch/alpha
parentdc1604511de67b8254875860bd9b394082c25d0d (diff)
Do not use wsmux on alpha. Now I can start Xtga.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/conf/GENERIC11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 5ec9ab63c08..33b871c12c0 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.74 2001/04/17 04:25:22 nate Exp $
+# $OpenBSD: GENERIC,v 1.75 2001/04/21 20:19:27 aaron 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.
@@ -62,11 +62,11 @@ ucom* at uftdi? portno ?
uaudio* at uhub? port ? configuration ? # USB Audio
ulpt* at uhub? port ? configuration ? # USB Printers
ukbd* at uhub? port ? configuration ? # USB Keyboards
-wskbd* at ukbd? console ? mux 1
+wskbd* at ukbd? console ?
umass* at uhub? port ? configuration ? # USB Mass Storage devices
scsibus* at umass?
ums* at uhub? port ? configuration ? # USB Mice
-wsmouse* at ums? mux 0
+wsmouse* at ums?
aue* at uhub? port ? # ADMtek AN986 Pegasus Ethernet
cue* at uhub? port ? # CATC USB-EL1201A based Ethernet
kue* at uhub? port ? # Kawasaki KL5KUSB101B based Ethernet
@@ -290,10 +290,7 @@ wsdisplay* at vga?
#wsdisplay* at sfb?
wsdisplay* at tga?
wskbd* at pckbd?
-wsmouse* at pms? mux 0
-
-# mouse & keyboard multiplexor pseudo-devices
-pseudo-device wsmux 2
+wsmouse* at pms?
# crypto support
#BROKEN: The following two drivers are broken because of 64-bit issues.