]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/kbdmux.4
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / share / man / man4 / kbdmux.4
1 .\" $Id: kbdmux.4,v 1.1 2005/07/14 20:32:10 max Exp $
2 .\" $FreeBSD$
3 .\"
4 .Dd July 12, 2005
5 .Os
6 .Dt kbdmux 4
7 .Sh NAME
8 .Nm kbdmux
9 .Nd keyboard multiplexer
10 .Sh SYNOPSIS
11 .Cd device kbdmux
12 .Pp
13 In
14 .Pa /boot/device.hints :
15 .Cd hint.kbdmux.0.disabled="1"
16 .Sh DESCRIPTION
17 The
18 .Nm
19 keyboard driver provides support for basic keyboard multiplexing.
20 It is built around the idea of a
21 .Dq super keyboard .
22 .Nm
23 acts as a master keyboard consuming input from all slave keyboards attached to
24 it.
25 .Pp
26 Slave keyboards can be attached to or detached from the
27 .Nm
28 keyboard driver with the
29 .Xr kbdcontrol 1
30 utility.
31 .Sh SEE ALSO
32 .Xr kbdcontrol 1 ,
33 .Xr atkbd 4 ,
34 .Xr pcvt 4 ,
35 .Xr syscons 4 ,
36 .Xr ukbd 4
37 .Sh CAVEATS
38 The
39 .Nm
40 keyboard driver switches all slave keyboards into
41 .Dv K_RAW
42 mode.
43 Thus all slave keyboards attached to the
44 .Nm
45 keyboard share the same state.
46 The
47 .Nm
48 keyboard is logically equivalent to one keyboard with lots of duplicated keys.
49 .Sh HISTORY
50 The
51 .Nm
52 module was implemented in
53 .Fx 6.0 .
54 .Sh AUTHORS
55 .An Maksim Yevmenkin Aq m_evmenkin@yahoo.com