Pms

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

LMS(4) - Device Drivers Manual (i386)

Ums, Intro, Mms, Wsmouse, Pms, Isa, Lms

LMS(4) - Device Drivers Manual (i386) # LMS(4) - Device Drivers Manual (i386) NAME # lms - Logitech-style bus mouse driver SYNOPSIS # lms0 at isa? port 0x23c irq 5 lms1 at isa? port 0x238 irq 5 wsmouse* at lms? mux 0 DESCRIPTION # This driver provides an interface to a Logitech-style bus mouse. Mouse related data are accessed by wsmouse(4) devices. SEE ALSO # intro(4), isa(4), mms(4), pms(4), ums(4), wsmouse(4) ...

MMS(4) - Device Drivers Manual (i386)

Ums, Intro, Lms, Wsmouse, Pms, Isa, Mms

MMS(4) - Device Drivers Manual (i386) # MMS(4) - Device Drivers Manual (i386) NAME # mms - Microsoft-style bus mouse driver SYNOPSIS # mms0 at isa? port 0x23c irq 5 mms1 at isa? port 0x238 irq 5 wsmouse* at mms? mux 0 DESCRIPTION # This driver provides an interface to a Microsoft-style bus mouse. Mouse related data are accessed by wsmouse(4) devices. SEE ALSO # intro(4), isa(4), lms(4), pms(4), ums(4), wsmouse(4) ...

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

PMS(4) - Device Drivers Manual

Ums, Intro, Lms, Pckbc, Mms, Wsmouse, Gsckbc, Pms

PMS(4) - Device Drivers Manual # PMS(4) - Device Drivers Manual NAME # pms - PS/2 auxiliary port mouse driver SYNOPSIS # pms* at pckbc? pms* at gsckbc? (hppa) wsmouse* at pms? mux 0 DESCRIPTION # The pms drivers provide an interface to PS/2 auxiliary port mice within the wscons(4) framework. Parent device in terms of the autoconfiguration framework can be either gsckbc(4), the PS/2 input port controller found on hppa machines, or pckbc(4), the standard PC keyboard controller found on most other machines. ...

WSMOUSE(4) - Device Drivers Manual

Hilms, Ums, Wsmoused, Intro, Lms, Ams, Ubcmtp, Utpms, Wsmux, Wsconsctl, Mms, Wscons, Pms, Wsmouse

WSMOUSE(4) - Device Drivers Manual # WSMOUSE(4) - Device Drivers Manual NAME # wsmouse - generic mouse support in wscons SYNOPSIS # wsmouse* at … DESCRIPTION # The wsmouse driver is an abstraction layer for mice and other pointing devices within the wscons(4) framework. It is attached to the hardware specific drivers and provides a character device interface which returns struct, wscons_event via read(2). For use with X servers, “mouse events” or “touch events” can be generated. ...