diff options
author | Mark Johnston <markj@FreeBSD.org> | 2024-09-19 10:06:49 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-10-04 15:56:42 +0000 |
commit | 92af7c97e197bb47be85030102f1a0ffbf3eb608 (patch) | |
tree | 78220f4f44cbdb4f8dc6e7f41d49eb1c3dd95854 | |
parent | a257beee44abaffac0cc087d8492499740359922 (diff) |
agp.4: Add a deprecation notice to the man page
The driver is giant-locked and thus already prints a deprecation warning
when attaching. The device file interface was broken in 14.0 and 14.1,
see commit 12500c14281d, but it took a very long time for anyone to
notice, and in that case it was only because of some code which probes
all device files.
Relnotes: yes
Reviewed by: imp, jhb, emaste
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D46542
(cherry picked from commit 0abe2d3903cc4569705d491f8ac6d2edea01c26f)
-rw-r--r-- | share/man/man4/agp.4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/agp.4 b/share/man/man4/agp.4 index de19349caa08..2aeb01850085 100644 --- a/share/man/man4/agp.4 +++ b/share/man/man4/agp.4 @@ -30,6 +30,11 @@ .Nd "generic interface to the Accelerated Graphics Port (AGP)" .Sh SYNOPSIS .Cd "device agp" +.Sh DEPRECATION NOTICE +The +.Nm +driver is slated to be removed in +.Fx 15.0 . .Sh DESCRIPTION The .Nm |