ABL(4) - Device Drivers Manual # ABL(4) - Device Drivers Manual
NAME # abl - Apple backlight support
SYNOPSIS # abl* at acpi?
DESCRIPTION # The abl driver enables access to the backlight found in Intel based Apple iMac computers. It provides brightness control using the wsconsctl(8) variable display.brightness.
SEE ALSO # acpi(4), intro(4), wsconsctl(8)
HISTORY # The abl driver first appeared in OpenBSD 6.8.
AUTHORS # The abl driver was written by Marcus Glocker <mglocker@openbsd.
...
ACPICBKBD(4) - Device Drivers Manual # ACPICBKBD(4) - Device Drivers Manual
NAME # acpicbkbd - Chromebook keyboard backlight
SYNOPSIS # acpicbkbd* at acpi?
DESCRIPTION # The acpicbkbd driver enables adjustment of the keyboard backlight level on Chromebook laptops with supported hardware. Backlight levels can be retrieved and modified with the wsconsctl(8) variable keyboard.backlight.
SEE ALSO # acpi(4), wsconsctl(8)
HISTORY # The acpicbkbd driver first appeared in OpenBSD 6.0.
AUTHORS # The acpicbkbd driver was written by joshua stein <jcs@openbsd.
...
ACPIVOUT(4) - Device Drivers Manual # ACPIVOUT(4) - Device Drivers Manual
NAME # acpivout - ACPI video output
SYNOPSIS # acpivout* at acpivideo?
DESCRIPTION # The acpivout driver supports brightness adjustment. It allows brightness to be adjusted either using a brightness hotkey or the wsconsctl(8) variable “display.brightness”.
SEE ALSO # acpi(4), acpivideo(4), intro(4), wsconsctl(8)
HISTORY # The acpivout driver first appeared in OpenBSD 4.6.
AUTHORS # The acpivout driver was written by Paul Irofti <paul@irofti.
...
AKBD(4) - Device Drivers Manual # AKBD(4) - Device Drivers Manual
NAME # akbd - Apple Keyboard Device
SYNOPSIS # akbd* at adb? wskbd* at akbd? mux 1 option AKBD_LAYOUT=XXX
DESCRIPTION # This driver supports ADB keyboards within the wscons(4) console framework. It doesn’t provide direct device driver entry points but makes its functions available via the internal wskbd(4) interface.
The following is a partial list of supported AKBD devices:
...
ASMC(4) - Device Drivers Manual # ASMC(4) - Device Drivers Manual
NAME # asmc - Apple System Management Controller (SMC)
SYNOPSIS # asmc0 at acpi?
DESCRIPTION # The asmc driver provides support for the Apple System Management Controller (SMC), as found in Intel based Apple devices.
The driver possesses a collection of temperature, fan, light, and acceleration sensor values which are made available through the sysctl(8) interface.
If available, the keyboard backlight is enabled by the driver and can be adjusted using the wsconsctl(8) variable keyboard.
...
HILKBD(4) - Device Drivers Manual # HILKBD(4) - Device Drivers Manual
NAME # hilkbd - HIL keyboard device
SYNOPSIS # hilkbd* at hil? wskbd* at hilkbd? option HILKBD_LAYOUT=XXX
DESCRIPTION # This driver supports HIL keyboards within the wscons(4) framework. It doesn’t provide direct device driver entry points, but makes its functions available through the internal wskbd(4) interface.
The hilkbd driver supports a number of different key mappings. By default, the layout corresponding to the keyboard model as probed by the hilkbd driver will be used.
...
PCKBD(4) - Device Drivers Manual # PCKBD(4) - Device Drivers Manual
NAME # pckbd - PC keyboard driver for wscons
SYNOPSIS # pckbd* at pckbc? pckbd* at gsckbc? (hppa) wskbd* at pckbd? option PCKBD_LAYOUT=XXX
DESCRIPTION # This driver supports PC/AT keyboards within the wscons(4) console framework. It doesn’t provide direct device driver entry points but makes its functions available via the internal wskbd(4) interface.
The pckbd driver supports a number of different key mappings which can be chosen from with the kernel option “PCKBD_LAYOUT” at compile time or with the utility wsconsctl(8) (variable: “keyboard.
...
UKBD(4) - Device Drivers Manual # UKBD(4) - Device Drivers Manual
NAME # ukbd - USB keyboard support
SYNOPSIS # ukbd* at uhidev? wskbd* at ukbd? option UKBD_LAYOUT=XXX
DESCRIPTION # The ukbd driver provides support for USB keyboards i.e. HID devices in the “keyboard” class. Access to the keyboard is through the wskbd(4) driver.
The ukbd driver supports a number of different key mappings which can be chosen from with the kernel option “UKBD_LAYOUT” at compile time or with the utility wsconsctl(8) (variable: “keyboard.
...
WSCONS(4) - Device Drivers Manual # WSCONS(4) - Device Drivers Manual
NAME # wscons - workstation console access
SYNOPSIS # option WSEMUL_SUN option WSEMUL_NO_VT100 option WSEMUL_DEFAULT=“xxx” option WS_KERNEL_FG=WSCOL_XXX option WS_KERNEL_BG=WSCOL_XXX option WSDISPLAY_COMPAT_USL option WSDISPLAY_COMPAT_RAWKBD
wsdisplay* at … wskbd* at … mux N wsmouse* at … mux N
pseudo-device wsmux [count]
DESCRIPTION # The wscons driver provides support for machine-independent access to the console.
wscons is made of a number of cooperating modules, in particular
...
WSCONSCFG(8) - System Manager’s Manual # WSCONSCFG(8) - System Manager’s Manual
NAME # wsconscfg - configure virtual terminals on a wscons display
SYNOPSIS # wsconscfg [-dFkm] [-e emul] [-f ctldev] [-t type] index
DESCRIPTION # The wsconscfg tool allows for the creation and removal of virtual terminals on display devices controlled by the wscons terminal framework, as long as the underlying display hardware driver supports multiple screens. Furthermore, it controls the assignment of keyboards to displays.
...