summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-09 08:08:36 +0000
committerphk <phk@FreeBSD.org>2000-10-09 08:08:36 +0000
commit410d456c0b32b2395ed4144947864144f90c445a (patch)
tree722829362eb00c058d9a105f674c83aa2f47ac92 /share
parent68d0f3f4de2cbe74fae95d7f1e2e23948ee58f10 (diff)
downloadFreeBSD-src-410d456c0b32b2395ed4144947864144f90c445a.zip
FreeBSD-src-410d456c0b32b2395ed4144947864144f90c445a.tar.gz
Initiate deorbit burn sequence for <machine/mouse.h>.
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few moments ago from src/sys/i386/include/mouse.h by peter. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/mouse.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/mouse.h> files will be removed.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/mse.42
-rw-r--r--share/man/man4/mouse.42
-rw-r--r--share/man/man4/psm.42
-rw-r--r--share/man/man4/sysmouse.42
4 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/mse.4 b/share/man/man4/man4.i386/mse.4
index 369d15c..e1de988 100644
--- a/share/man/man4/man4.i386/mse.4
+++ b/share/man/man4/man4.i386/mse.4
@@ -152,7 +152,7 @@ There are a few
.Xr ioctl 2
commands for mouse drivers.
These commands and related structures and constants are defined in
-.Ao Pa machine/mouse.h Ac .
+.Ao Pa sys/mouse.h Ac .
General description of the commands is given in
.Xr mouse 4 .
This section explains the features specific to the
diff --git a/share/man/man4/mouse.4 b/share/man/man4/mouse.4
index 0edf783..82d2861 100644
--- a/share/man/man4/mouse.4
+++ b/share/man/man4/mouse.4
@@ -33,7 +33,7 @@
.Nm mouse
.Nd mouse and pointing device drivers
.Sh SYNOPSIS
-.Fd #include <machine/mouse.h>
+.Fd #include <sys/mouse.h>
.Sh DESCRIPTION
The mouse drivers
.Xr mse 4 ,
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index d530b73..81390b2 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -342,7 +342,7 @@ There are a few
.Xr ioctl 2
commands for mouse drivers.
These commands and related structures and constants are defined in
-.Ao Pa machine/mouse.h Ac .
+.Ao Pa sys/mouse.h Ac .
General description of the commands is given in
.Xr mouse 4 .
This section explains the features specific to the
diff --git a/share/man/man4/sysmouse.4 b/share/man/man4/sysmouse.4
index 74c2453..05ca106 100644
--- a/share/man/man4/sysmouse.4
+++ b/share/man/man4/sysmouse.4
@@ -35,7 +35,7 @@
.\" .Nd supplies mouse data from syscons for other applications
.Nd virtualized mouse driver
.Sh SYNOPSIS
-.Fd #include <machine/mouse.h>
+.Fd #include <sys/mouse.h>
.Fd #include <sys/consio.h>
.Sh DESCRIPTION
The console driver, in conjunction with the mouse daemon
OpenPOWER on IntegriCloud