summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-12-29 20:11:46 +0000
committersobomax <sobomax@FreeBSD.org>2005-12-29 20:11:46 +0000
commit1d6dbee26a3e24d7433b35078ba5762d1661c597 (patch)
treea6c92c24b0a2a1d198b2c6ad848abb0a363a8618 /usr.sbin/kbdcontrol
parent22046ca347894b29217537c747312af806d268dc (diff)
downloadFreeBSD-src-1d6dbee26a3e24d7433b35078ba5762d1661c597.zip
FreeBSD-src-1d6dbee26a3e24d7433b35078ba5762d1661c597.tar.gz
Reveal sacred spells necessary for putting kbdmux(4) to real use.
Hopefully gods of RTFS and RTFCL will not go after me.
Diffstat (limited to 'usr.sbin/kbdcontrol')
-rw-r--r--usr.sbin/kbdcontrol/kbdcontrol.115
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1
index 1fcc797..95bb0c1 100644
--- a/usr.sbin/kbdcontrol/kbdcontrol.1
+++ b/usr.sbin/kbdcontrol/kbdcontrol.1
@@ -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 ,
OpenPOWER on IntegriCloud