mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 (cherry picked from commit cda74c35cb37aa8ecb536aae8d93451eafec15df)
This commit is contained in:
parent
0932ae6b99
commit
fc889167c3
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue