summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/conf/GENERIC4
-rw-r--r--sys/arch/amd64/conf/RAMDISK4
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 4ae59997e89..2fcc4a9f040 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.48 2005/01/02 20:06:22 martin Exp $
+# $OpenBSD: GENERIC,v 1.49 2005/01/06 21:32:56 deraadt Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -164,7 +164,7 @@ pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
vga0 at isa?
vga* at pci?
wsdisplay* at vga?
-wskbd* at pckbd?
+wskbd* at pckbd? mux 1
wsmouse* at pms? mux 0
wsmouse* at pmsi? mux 0
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK
index 021a6005527..def55722ad5 100644
--- a/sys/arch/amd64/conf/RAMDISK
+++ b/sys/arch/amd64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.18 2005/01/03 23:43:42 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.19 2005/01/06 21:32:56 deraadt Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -97,7 +97,7 @@ wskbd* at ukbd? mux 1
pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
-wskbd* at pckbd?
+wskbd* at pckbd? mux 1
vga0 at isa?
vga* at pci?
wsdisplay* at vga?
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index 8facb996534..7bdf24aba2e 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.26 2005/01/03 17:29:17 henning Exp $
+# $OpenBSD: RAMDISK_CD,v 1.27 2005/01/06 21:32:56 deraadt Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -106,7 +106,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
pckbc0 at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard
-wskbd* at pckbd?
+wskbd* at pckbd? mux 1
vga0 at isa?
vga* at pci?
wsdisplay* at vga?