aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-10-19 20:19:15 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-10-19 20:19:15 +0000
commit4b4d7f421cb0c54874620f242712d71bab9c08da (patch)
tree5d093bc320155d41b564a892b63045e6ed844865 /share/man/man4
parent9a62714e66177875d96bb461132be669041f7bb9 (diff)
downloadsrc-4b4d7f421cb0c54874620f242712d71bab9c08da.tar.gz
src-4b4d7f421cb0c54874620f242712d71bab9c08da.zip
Move the mse mouse man page to the man4.i386 directory
Notes
Notes: svn path=/head/; revision=641
Diffstat (limited to 'share/man/man4')
-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 000000000000..f76f3530af90
--- /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.