diff options
author | Ed Maste <emaste@FreeBSD.org> | 2025-01-22 20:51:45 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2025-01-23 18:12:27 +0000 |
commit | cda74c35cb37aa8ecb536aae8d93451eafec15df (patch) | |
tree | 14714537a6033e484ecf6660948cd7e38295bad1 | |
parent | e6d0edd2fe8c3c15faa7c9c66703efa007a5fbe1 (diff) |
firewire: Add deprecation notice
This was originally discussed as part of FreeBSD 15 planning, but did
not happen in time. Add the deprecation notice now, with an expectation
that it will be removed before FreeBSD 16.
Reviewed by: brooks, imp
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48598
-rw-r--r-- | share/man/man4/firewire.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/firewire.4 b/share/man/man4/firewire.4 index 8c4b65eb25bb..99aadb308fc3 100644 --- a/share/man/man4/firewire.4 +++ b/share/man/man4/firewire.4 @@ -29,7 +29,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd June 6, 2022 +.Dd January 23, 2025 .Dt FIREWIRE 4 .Os .Sh NAME @@ -49,6 +49,11 @@ module at boot time, place the following line in .Bd -literal -offset indent firewire_load="YES" .Ed +.Sh DEPRECATION NOTICE +The +.Nm +driver is slated to be removed prior to +.Fx 16.0 . .Sh DESCRIPTION .Fx provides machine-independent bus support and raw drivers for |