NetBSD/share/man/man4/man4.i386/pms.4

81 lines
2.7 KiB
Groff
Raw Normal View History

1999-04-07 00:24:37 +04:00
.\" $NetBSD: pms.4,v 1.14 1999/04/06 20:24:42 pk Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by Christopher G. Demetriou.
1999-04-07 00:24:37 +04:00
.\" 4. The name of the author may not be used to endorse or promote products
1994-01-29 04:43:03 +03:00
.\" derived from this software without specific prior written permission
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd March 12, 1997
.Dt PMS 4 i386
.Os
.Sh NAME
.Nm pms
.Nd PS/2 auxiliary port mouse driver
.Sh SYNOPSIS
.Cd pms* at pckbc?
.Cd wsmouse* at pms?
.Cd opms* at pckbc?
.Cd opms0 at pc? irq 12
.Cd opms0 at vt? irq 12
.Cd options PMS_RESET_AND_DISABLE
.Sh DESCRIPTION
This driver provides an interface to a PS/2 auxiliary port mouse.
Mouse related data are accessed by
.Xr wsmouse 4
devices.
The
.Dq opms
versions are provided for compatibility. The
.Dq opms
driver internally converts the PS/2 mouse output into
1996-12-03 21:16:35 +03:00
.Xr busmouse 4
protocol.
.Sh CONFIGURATION
The option PMS_RESET_AND_DISABLE is available only if the
.Dq opms
device is attached to a
.Xr pc 4
or
.Xr pcvt 4
terminal driver. It causes the pms device to be reset when it
is probed and disabled when it is closed.
.Sh FILES
.Bl -tag -width Pa -compact
.It Pa /dev/pms0
first PS/2 mouse device (with
.Dq opms
only).
.El
.Sh SEE ALSO
.Xr wsmouse 4 ,
.Xr busmouse 4 ,
.Xr lms 4 ,
.Xr mms 4 .
.Sh BUGS
The
.Nm
device probe routine has been known to confuse some keyboard controllers.