Reveal sacred spells necessary for putting kbdmux(4) to real use.

Hopefully gods of RTFS and RTFCL will not go after me.
This commit is contained in:
Maxim Sobolev 2005-12-29 20:11:46 +00:00
parent cb1dcbdeae
commit ec5bf79869
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153851

View File

@ -241,10 +241,25 @@ use the following commands.
To switch back to the default keyboard, use this command.
.Pp
.Dl kbdcontrol -k /dev/kbd0
.Pp
To allow using both the second USB keyboard and the first AT keyboard
at the same time on console via
.Xr kbdmux 4
driver use the following sequence of commands.
.Pp
.Dl kbdcontrol -K < /dev/console
.Pp
.Dl kbdcontrol -a atkbd0 < /dev/kbdmux0
.Pp
.Dl kbdcontrol -a ukbd1 < /dev/kbdmux0
.Pp
.Dl kbdcontrol -k /dev/kbdmux0 < /dev/console
.Pp
.Sh SEE ALSO
.Xr kbdmap 1 ,
.Xr vidcontrol 1 ,
.Xr atkbd 4 ,
.Xr kbdmux 4 ,
.Xr keyboard 4 ,
.Xr screen 4 ,
.Xr syscons 4 ,