Pckbd

BEEPER(4) - Device Drivers Manual (sparc64)

Pckbd, Intro, Ebus, Ukbd, Beeper

BEEPER(4) - Device Drivers Manual (sparc64) # BEEPER(4) - Device Drivers Manual (sparc64) NAME # beeper, beep - console annunciator SYNOPSIS # beeper* at ebus? beep* at ebus? DESCRIPTION # The beeper device does exactly what it sounds like: it beeps. In particular, this device registers itself to handle beeping for pckbd(4) or ukbd(4) devices. SEE ALSO # ebus(4), intro(4), pckbd(4), ukbd(4) HISTORY # OpenBSD support for the beeper first appeared in OpenBSD 3. ...

GSCKBC(4) - Device Drivers Manual (hppa)

Pckbd, Pms, Gsc, Gsckbc

GSCKBC(4) - Device Drivers Manual (hppa) # GSCKBC(4) - Device Drivers Manual (hppa) NAME # gsckbc - PS/2-like controller driver SYNOPSIS # gsckbc* at gsc? irq 26 pckbd* at gsckbc? pms* at gsckbc? DESCRIPTION # The gsckbc driver handles resource allocation and device attachment for the PS/2 input device ports. Each gsckbc driver provides the logical connection for one child device, either the “keyboard” port or the “mouse” port. ...

PCKBC(4) - Device Drivers Manual

Pckbd, Intro, Boot_config, Ebus, Pms, Isa, Pckbc

PCKBC(4) - Device Drivers Manual # PCKBC(4) - Device Drivers Manual NAME # pckbc - PC (ISA) keyboard controller driver SYNOPSIS # **pckbc* at isa? flags 0x00 ** (alpha, amd64, i386, loongson) **pckbc* at ebus? ** (sparc64) pckbd* at pckbc? pms* at pckbc? DESCRIPTION # The pckbc driver handles resource allocation and device attachment for the traditional PC/AT keyboard controller. It provides two logical connections for child devices, the “keyboard” slot for a keyboard and the “auxiliary” slot for mice (the latter might be missing in older keyboard controllers). ...

PCKBD(4) - Device Drivers Manual

Wskbd, Intro, Pckbc, Wsconsctl, Isa, Pckbd

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. ...

PCPPI(4) - Device Drivers Manual

Pckbd, Intro, Isa, Speaker, Pcppi

PCPPI(4) - Device Drivers Manual # PCPPI(4) - Device Drivers Manual NAME # pcppi - PC (ISA) control and timer port driver SYNOPSIS # pcppi* at isa? spkr0 at pcppi? DESCRIPTION # The pcppi driver handles resource allocation and device attachment for the ports related to the ISA speaker in the traditional PC/AT “design”. These are the “system control port” (which was implemented by the 8255 “PPI” in the XT, hence the name of this driver) at I/O address 0x61 and the first 8253 timer at 0x40-0x43. ...

WSCONSCTL(8) - System Manager's Manual

Pckbd, Wsconsctl.conf, Wsfontload, Wsconscfg, Wscons, Kbd, Wsconsctl

WSCONSCTL(8) - System Manager’s Manual # WSCONSCTL(8) - System Manager’s Manual NAME # wsconsctl - get or set wscons state SYNOPSIS # wsconsctl [-an] wsconsctl [-n] [-f file] name … wsconsctl [-n] [-f file] name=value … DESCRIPTION # The wsconsctl command displays or sets various wscons system driver variables. If a list of variables is present on the command line, wsconsctl prints the current value of those variables for the specified device. ...

WSKBD(4) - Device Drivers Manual

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. ...