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/amd64 | |
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/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 4e287c133d2..45103b778c2 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.408 2016/01/08 09:48:41 mpi Exp $ +# $OpenBSD: GENERIC,v 1.409 2016/01/11 22:00:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -315,12 +315,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? |