Deleted Added
full compact
mse.4 (81251) mse.4 (84877)
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.\" $FreeBSD: head/share/man/man4/man4.i386/mse.4 81251 2001-08-07 15:48:51Z ru $
13.\" $FreeBSD: head/share/man/man4/man4.i386/mse.4 84877 2001-10-13 09:08:37Z yokota $
14.\"
15.Dd December 3, 1997
16.Dt MSE 4 i386
17.Os
18.Sh NAME
19.Nm mse
20.Nd bus and InPort mice driver
21.Sh SYNOPSIS
22.\" .Cd "options MSE_XXX=N"
14.\"
15.Dd December 3, 1997
16.Dt MSE 4 i386
17.Os
18.Sh NAME
19.Nm mse
20.Nd bus and InPort mice driver
21.Sh SYNOPSIS
22.\" .Cd "options MSE_XXX=N"
23.Cd "device mse0 at isa? port 0x23c irq 5"
23.Cd "device mse"
24.Pp
25In
26.Pa /boot/device.hints :
27.Cd hint.mse.0.at="isa"
28.Cd hint.mse.0.port="0x23c"
29.Cd hint.mse.0.irq="5"
24.Sh DESCRIPTION
25The
26.Nm
27driver provides support for the bus mouse and the InPort mouse, which
28are often collectively called ``bus'' mice, as these mice are sold with
29an interface card which needs to be installed in an expansion bus slot.
30The interface circuit may come on an integrated I/O card or as an option
31on video cards.

--- 305 unchanged lines hidden (view full) ---

337.Em devfs ,
338`blocking' under
339.Em devfs .
340.It Pa /dev/nmse0
341`non-blocking' device node under
342.Em devfs .
343.El
344.Sh EXAMPLES
30.Sh DESCRIPTION
31The
32.Nm
33driver provides support for the bus mouse and the InPort mouse, which
34are often collectively called ``bus'' mice, as these mice are sold with
35an interface card which needs to be installed in an expansion bus slot.
36The interface circuit may come on an integrated I/O card or as an option
37on video cards.

--- 305 unchanged lines hidden (view full) ---

343.Em devfs ,
344`blocking' under
345.Em devfs .
346.It Pa /dev/nmse0
347`non-blocking' device node under
348.Em devfs .
349.El
350.Sh EXAMPLES
345.Dl "device mse0 at isa? port 0x23c irq 5"
351.Dl "device mse"
346.Pp
352.Pp
353In
354.Pa /boot/device.hints :
355.Dl hint.mse.0.at="isa"
356.Dl hint.mse.0.port="0x23c"
357.Dl hint.mse.0.irq="5"
358.Pp
347Add the
348.Nm
349driver at the primary port address with the IRQ 5.
350.Pp
359Add the
360.Nm
361driver at the primary port address with the IRQ 5.
362.Pp
351.Dl "device mse1 at isa? port 0x238 flags 0x30 irq 4"
363.Dl "device mse"
352.Pp
364.Pp
365.Dl hint.mse.1.at="isa"
366.Dl hint.mse.1.port="0x238"
367.Dl hint.mse.1.irq="4"
368.Dl hint.mse.1.flags="0x30"
369.Pp
353Define the
354.Nm
355driver at the secondary port address with the IRQ 4 and the acceleration
356factor of 3.
357.Sh CAVEAT
358Some bus mouse interface cards generate interrupts at the fixed report rate
359when enabled, whether or not the mouse state is changing.
360The others generate interrupts only when the state is changing.
361.Sh SEE ALSO
362.Xr ioctl 2 ,
363.Xr mouse 4 ,
364.Xr psm 4 ,
365.Xr sysmouse 4 ,
366.Xr moused 8
367.\".Sh HISTORY
370Define the
371.Nm
372driver at the secondary port address with the IRQ 4 and the acceleration
373factor of 3.
374.Sh CAVEAT
375Some bus mouse interface cards generate interrupts at the fixed report rate
376when enabled, whether or not the mouse state is changing.
377The others generate interrupts only when the state is changing.
378.Sh SEE ALSO
379.Xr ioctl 2 ,
380.Xr mouse 4 ,
381.Xr psm 4 ,
382.Xr sysmouse 4 ,
383.Xr moused 8
384.\".Sh HISTORY