diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-01-11 22:00:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-01-11 22:00:17 +0000 |
commit | 24c5fafa90c95c15fbcce96917525d54e5a53c68 (patch) | |
tree | 7bd8d642c096fa66bcbb508c038c366ad3ca6997 /sys/arch/i386 | |
parent | 577d8583deb3bbb4b656f84c8128ce95a2981d70 (diff) |
Add a "mux -1" locator to wsdisplay(4) instances representing secondary
displays. This makes sure the keyboard mux gets picked up by the primary
(console) display and that USB keyboards get paired with the console even
if they are not marked as the console keyboard. This is what most people
expect to happen. If you really want to associate your USB keyboard with
a secondary display, you can detach it from the mux using
wsconscfg -f /dev/ttyCcfg -k -d
and attach it to another display using
wsconscfg -f /dev/ttyDcfg -k
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5e411e03f7c..212e08f3a65 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.810 2016/01/08 09:48:41 mpi Exp $ +# $OpenBSD: GENERIC,v 1.811 2016/01/11 22:00:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -380,12 +380,12 @@ agp* at intagp? drm0 at inteldrm? console 1 drm* at inteldrm? wsdisplay0 at inteldrm? console 1 -wsdisplay* at inteldrm? +wsdisplay* at inteldrm? mux -1 radeondrm* at pci? # ATI Radeon DRM driver drm0 at radeondrm? console 1 drm* at radeondrm? wsdisplay0 at radeondrm? console 1 -wsdisplay* at radeondrm? +wsdisplay* at radeondrm? mux -1 pcppi0 at isa? |