COMKBD(4) - Device Drivers Manual (sparc64) # COMKBD(4) - Device Drivers Manual (sparc64)
NAME # comkbd - serial keyboard driver
SYNOPSIS # comkbd* at ebus? wskbd* at comkbd?
DESCRIPTION # The comkbd driver provides support for Sun serial keyboards such as the Type 4, Type 5, and Type 6 attached to a clone of the NS16550 UART (normally supported by the com(4) driver).
SEE ALSO # com(4), comms(4), ebus(4), intro(4), wskbd(4)
...
COMMS(4) - Device Drivers Manual (sparc64) # COMMS(4) - Device Drivers Manual (sparc64)
NAME # comms - serial mouse driver
SYNOPSIS # comms* at ebus? wsmouse* at comms?
DESCRIPTION # The comms driver provides support for Sun serial mice, connected to comkbd serial keyboards.
SEE ALSO # com(4), comkbd(4), ebus(4), intro(4), wsmouse(4)
OpenBSD 7.5 - May 20, 2009
Pckbd,
Comkbd,
Intro,
Zskbd,
Hilkbd,
Wsmux,
Wsconsctl,
Ukbd,
Akbd,
Wscons,
Wskbd WSKBD(4) - Device Drivers Manual # WSKBD(4) - Device Drivers Manual
NAME # wskbd - generic keyboard support in wscons
SYNOPSIS # wskbd* at …
DESCRIPTION # The wskbd driver handles common tasks for keyboards within the wscons(4) framework. It is attached to the hardware specific keyboard drivers and provides their connection to “wsdisplay” devices and a character device interface.
The common keyboard support consists of:
Mapping from keycodes (defined by the specific keyboard driver) to keysyms (hardware independent, defined in /usr/include/dev/wscons/wsksymdef.
...