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/i386/conf/GENERIC | |
parent | cc012865d714868333a1bb76a83f31d808866a49 (diff) |
use wsmux more; miod ok
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7fc25c93e72..94507911b51 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.395 2004/12/31 00:27:47 jsg Exp $ +# $OpenBSD: GENERIC,v 1.396 2005/01/06 21:32:56 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -211,7 +211,7 @@ vga* at pci? pcdisplay0 at isa? # CGA, MDA, EGA, HGA wsdisplay* at vga? wsdisplay* at pcdisplay? -wskbd* at pckbd? +wskbd* at pckbd? mux 1 wsmouse* at pms? mux 0 wsmouse* at pmsi? mux 0 |