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