|
NAMEatkbd —
the AT keyboard interface
SYNOPSISoptions ATKBD_DFLT_KEYMAP
makeoptions ATKBD_DFLT_KEYMAP=_keymap_name_
options KBD_DISABLE_KEYMAP_LOAD
device atkbd
In /boot/device.hints:
DESCRIPTIONTheatkbd driver, together with the
atkbdc driver, provides access to the AT 84 keyboard
or the AT enhanced keyboard which is connected to the AT keyboard controller.
This driver is required for the console driver syscons(4) or vt(4). There can be only one Function KeysThe AT keyboard has a number of function keys. They are numbered as follows and can be associated with strings by the kbdcontrol(1) command. You can use a keyboard map file (see kbdmap(5)) to map them to arbitrary keys, particularly the functions in the range from 65 to 96 which are not used by default.
See the man page for the kbdcontrol(1) command for how to assign a string to the function key. DRIVER CONFIGURATIONKernel Configuration OptionsThe following kernel configuration options control theatkbd driver.
Driver FlagsTheatkbd driver accepts the following driver flags.
They can be set either in /boot/device.hints, or else
from within the boot loader (see
loader(8)).
EXAMPLESTheatkbd driver requires the keyboard controller
atkbdc . Thus, the kernel configuration file should
contain the following lines.
device atkbdc device atkbd The following example shows how to set the default, built-in keymap to jp.106.kbd. device atkbdc options
ATKBD_DFLT_KEYMAP makeoptions
ATKBD_DFLT_KEYMAP=jp.106 device atkbd In both cases, you also need to have following lines in /boot/device.hints. hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.atkbd.0.at="atkbdc" hint.atkbd.0.irq="1" SEE ALSOkbdcontrol(1), atkbdc(4), psm(4), syscons(4), vt(4), kbdmap(5), loader(8)HISTORYTheatkbd driver first appeared in
FreeBSD 3.1.
AUTHORSTheatkbd driver was written by
Søren Schmidt
<sos@FreeBSD.org> and
Kazutaka Yokota
<yokota@FreeBSD.org>.
This manual page was written by Kazutaka Yokota.
Visit the GSP FreeBSD Man Page Interface. |