]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
NgATM: deprecate
authorBrooks Davis <brooks@FreeBSD.org>
Fri, 3 Mar 2023 16:20:18 +0000 (16:20 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Mon, 6 Mar 2023 18:55:22 +0000 (18:55 +0000)
commit0ad9e0e8241f3fa15ca0d16ee15f46243f7309ef
tree3bc591fbfd7e4c193e472f5d29c93186de0e934d
parent46a79e80414cdf9830c3afc402f3e4a6c24df6e9
NgATM: deprecate

Support for ATM NICs was removed prior to FreeBSD 12.  At the time it
was unclear if this code was still useful without it.  Now the time has
come to finish removing support.

Add DREPRECATION NOTICEs to the manpages and gone_in(14, ...) warnings
in the constructors (or module init for ngatmbase).

Reviewed by: manu, emaste
Approved by: re (cperciva)
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D38877

(cherry picked from commit 211c302f10d76fc12e50c87039cfc06aa9e659c1)
(cherry picked from commit 08a5f8c5cbc7143601a34ac7e52831e996a9347e)
share/man/man4/ng_ccatm.4
share/man/man4/ng_sscfu.4
share/man/man4/ng_sscop.4
share/man/man4/ng_uni.4
share/man/man4/ngatmbase.4
sys/netgraph/atm/ccatm/ng_ccatm.c
sys/netgraph/atm/ngatmbase.c
sys/netgraph/atm/sscfu/ng_sscfu.c
sys/netgraph/atm/sscop/ng_sscop.c
sys/netgraph/atm/uni/ng_uni.c