summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-19 20:19:15 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-19 20:19:15 +0000
commit9ce0d322b5cdff45a758ec4401e1db2802bcb4ae (patch)
tree5d093bc320155d41b564a892b63045e6ed844865 /share
parent0f7d6b2a33ab344a7458f0ad82a4bb373859bfa9 (diff)
downloadFreeBSD-src-9ce0d322b5cdff45a758ec4401e1db2802bcb4ae.zip
FreeBSD-src-9ce0d322b5cdff45a758ec4401e1db2802bcb4ae.tar.gz
Move the mse mouse man page to the man4.i386 directory
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/mse.433
1 files changed, 33 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/mse.4 b/share/man/man4/man4.i386/mse.4
new file mode 100644
index 0000000..f76f353
--- /dev/null
+++ b/share/man/man4/man4.i386/mse.4
@@ -0,0 +1,33 @@
+.\" Copyright 1992 by the University of Guelph
+.\"
+.\" Permission to use, copy and modify this
+.\" software and its documentation for any purpose and without
+.\" fee is hereby granted, provided that the above copyright
+.\" notice appear in all copies and that both that copyright
+.\" notice and this permission notice appear in supporting
+.\" documentation.
+.\" University of Guelph makes no representations about the suitability of
+.\" this software for any purpose. It is provided "as is"
+.\" without express or implied warranty.
+.\"
+.Dd Aug 16, 1992
+.Dt MSE 4
+.Os
+.Sh NAME
+.Nm mse
+.Nd bus mouse driver
+.Sh DESCRIPTION
+This is a simple driver for the Logitech and ATI Inport bus mouse interfaces
+designed to be used with the X386 X11R5 X server. The minor device number is
+made up of:
+.Bd -literal -offset indent
+minor = ('unit' << 1) | 'non-blocking'
+.Ed
+.Pp
+where 'unit' is the device number (usually 0) and the 'non-blocking' bit
+is set to indicate "don't block waiting for mouse input, return 0 instead".
+The 'non-blocking' bit should be set for X386, therefore the minor device
+number usually used for X386 is 1.
+.Sh Caveats
+Most bus mice generate N interrupts/second when enabled, whether or not the
+mouse state is changing.
OpenPOWER on IntegriCloud