From 4b4d7f421cb0c54874620f242712d71bab9c08da Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 19 Oct 1993 20:19:15 +0000 Subject: Move the mse mouse man page to the man4.i386 directory --- share/man/man4/man4.i386/mse.4 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 share/man/man4/man4.i386/mse.4 (limited to 'share') 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. -- cgit v1.2.3