View | Details | Raw Unified | Return to bug 40909
Collapse All | Expand All

(-)ukbd.4.fixed (-4 / +4 lines)
Lines 62-68 Link Here
62
.Pp
62
.Pp
63
.Dl "sh MAKEDEV kbd0 kbd1"
63
.Dl "sh MAKEDEV kbd0 kbd1"
64
.Pp
64
.Pp
65
If both an AT keyboard and one or more USB keyboards are used at the same time, the
65
If both an AT keyboard as well as USB keyboards are used at the same time, the
66
AT keyboard will appear as
66
AT keyboard will appear as
67
.Pa kbd0
67
.Pa kbd0
68
in
68
in
Lines 86-99 Link Here
86
.Pp
86
.Pp
87
.Dl "kbdcontrol -k /dev/kbd1"
87
.Dl "kbdcontrol -k /dev/kbd1"
88
.Pp
88
.Pp
89
From this point onwards, the first USB keyboard will be the keyboard
89
From this point on onwards, the first USB keyboard will be the keyboard
90
used for the console.
90
to be used as the console.
91
.Pp
91
.Pp
92
If you want to use a USB keyboard as your default and not use an AT keyboard at
92
If you want to use a USB keyboard as your default and not use an AT keyboard at
93
all, you will have to remove the
93
all, you will have to remove the
94
.Cd "device atkbd"
94
.Cd "device atkbd"
95
line from the kernel configuration file.
95
line from the kernel configuration file.
96
Because of the order of device
96
Because of the order of the device
97
initialization, the USB keyboard will be detected
97
initialization, the USB keyboard will be detected
98
.Em after
98
.Em after
99
the console driver
99
the console driver

Return to bug 40909