diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:32:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:32:58 +0000 |
commit | ff2ac8cff1b4b445fa9b7c71dbffdd98f3454834 (patch) | |
tree | f20c42f045054aa76836caa045667d97882fe7a5 /sys/arch/amd64/conf | |
parent | cc012865d714868333a1bb76a83f31d808866a49 (diff) |
use wsmux more; miod ok
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
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? |