summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386/psm.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/man4.i386/psm.4')
-rw-r--r--share/man/man4/man4.i386/psm.411
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/man4.i386/psm.4 b/share/man/man4/man4.i386/psm.4
index ef215f3bf76c9..0c3b7c9a469ae 100644
--- a/share/man/man4/man4.i386/psm.4
+++ b/share/man/man4/man4.i386/psm.4
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: psm.4,v 1.12 1998/03/12 07:30:36 charnier Exp $
+.\" $Id: psm.4,v 1.11 1998/01/24 12:14:13 yokota Exp $
.\"
.Dd December 3, 1997
.Dt PSM 4 i386
@@ -40,7 +40,7 @@ PS/2 mouse style pointing device driver
.Cd "options" \&"KBD_MAXWAIT=N\&"
.Cd "options" \&"PSM_DEBUG=N\&"
.Cd "options" \&"KBDIO_DEBUG=N\&"
-.Cd "device psm0 at isa? port IO_KBD conflicts tty irq 12"
+.Cd "device psm0 at isa? port" \&"IO_KBD\&" conflicts tty irq 12 vector psmintr
.Sh DESCRIPTION
The
.Nm
@@ -48,7 +48,7 @@ driver provides support for the PS/2 mouse style pointing device.
Currently there can be only one
.Nm
device node in the system.
-.Em port IO_KBD
+.Em port \&"IO_KBD\&"
and
.Em conflicts
are required,
@@ -570,14 +570,15 @@ movement counts as described in
.El
.Sh EXAMPLE
.Dl "options" \&"PSM_HOOKAPM\&"
-.Dl "device psm0 at isa? port IO_KBD conflicts tty irq 12"
+.Dl "device psm0 at isa? port" \&"IO_KBD\&" conflicts tty irq 12 vector psmintr
.Pp
Add the
.Nm
driver to the kernel with the optional code to stimulate the pointing device
after the `resume' event.
.Pp
-.Dl "device psm0 at isa? port IO_KBD conflicts tty flags 0x024 irq 12"
+.Dl "device psm0 at isa? port" \&"IO_KBD\&" conflicts tty flags 0x024 irq 12
+.Dl vector psmintr
.Pp
Set the device resolution high (4) and the acceleration factor to 2.
.Sh DIAGNOSTICS