]> 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>
Fri, 3 Mar 2023 16:47:36 +0000 (16:47 +0000)
commit211c302f10d76fc12e50c87039cfc06aa9e659c1
treead9e6dabc26ba7b3dc115a63899a155bffa276a3
parentf0c4b42c608946ceb04241508e118953d841d3e5
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).

MFC after: 3 days
Relnotes: yes

Reviewed by: manu, emaste
Differential Revision: https://reviews.freebsd.org/D38877
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