Deleted Added
full compact
mse.4 (21027) mse.4 (23462)
1.\" Copyright 1992 by the University of Guelph
2.\"
3.\" Permission to use, copy and modify this
4.\" software and its documentation for any purpose and without
5.\" fee is hereby granted, provided that the above copyright
6.\" notice appear in all copies and that both that copyright
7.\" notice and this permission notice appear in supporting
8.\" documentation.
9.\" University of Guelph makes no representations about the suitability of
10.\" this software for any purpose. It is provided "as is"
11.\" without express or implied warranty.
12.\"
1.\" Copyright 1992 by the University of Guelph
2.\"
3.\" Permission to use, copy and modify this
4.\" software and its documentation for any purpose and without
5.\" fee is hereby granted, provided that the above copyright
6.\" notice appear in all copies and that both that copyright
7.\" notice and this permission notice appear in supporting
8.\" documentation.
9.\" University of Guelph makes no representations about the suitability of
10.\" this software for any purpose. It is provided "as is"
11.\" without express or implied warranty.
12.\"
13.\" $Id$
14.\"
13.Dd Aug 16, 1992
14.Dt MSE 4 i386
15.Os
16.Sh NAME
17.Nm mse
18.Nd bus mouse driver
19.Sh DESCRIPTION
20This is a simple driver for the Logitech and ATI Inport bus mouse interfaces
21designed to be used with the X386 X11R5 X server. The minor device number is
22made up of:
23.Bd -literal -offset indent
24minor = ('unit' << 1) | 'non-blocking'
25.Ed
26.Pp
27where 'unit' is the device number (usually 0) and the 'non-blocking' bit
28is set to indicate "don't block waiting for mouse input, return 0 instead".
29The 'non-blocking' bit should be set for X386, therefore the minor device
30number usually used for X386 is 1.
31.Sh Caveats
32Most bus mice generate N interrupts/second when enabled, whether or not the
33mouse state is changing.
15.Dd Aug 16, 1992
16.Dt MSE 4 i386
17.Os
18.Sh NAME
19.Nm mse
20.Nd bus mouse driver
21.Sh DESCRIPTION
22This is a simple driver for the Logitech and ATI Inport bus mouse interfaces
23designed to be used with the X386 X11R5 X server. The minor device number is
24made up of:
25.Bd -literal -offset indent
26minor = ('unit' << 1) | 'non-blocking'
27.Ed
28.Pp
29where 'unit' is the device number (usually 0) and the 'non-blocking' bit
30is set to indicate "don't block waiting for mouse input, return 0 instead".
31The 'non-blocking' bit should be set for X386, therefore the minor device
32number usually used for X386 is 1.
33.Sh Caveats
34Most bus mice generate N interrupts/second when enabled, whether or not the
35mouse state is changing.