The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=e7efe2f059a474f8f8e14393713071761a633e65
commit e7efe2f059a474f8f8e14393713071761a633e65 Author: Abdelkader Boudih <[email protected]> AuthorDate: 2026-07-20 22:49:58 +0000 Commit: Adrian Chadd <[email protected]> CommitDate: 2026-07-20 22:50:03 +0000 firewire: remove deprecation notice from manual page Reviewed by: ziaee, imp Differential Revision: https://reviews.freebsd.org/D58267 --- share/man/man4/firewire.4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/share/man/man4/firewire.4 b/share/man/man4/firewire.4 index a7253443b5cf..99d2b3ef96c6 100644 --- a/share/man/man4/firewire.4 +++ b/share/man/man4/firewire.4 @@ -49,11 +49,6 @@ 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
