aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2025-11-08 05:44:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2025-11-08 05:44:52 +0000
commitba6c676ef3ac28e55188f57eb694da19431e38c9 (patch)
tree89d4d77907512c0079d50ff053e51629d32f2921
parent0ef2ecd0ced44223659bf9f3506359d167cf38dc (diff)
hifn(4): add gone_in 16.0
-rw-r--r--share/man/man4/hifn.47
-rw-r--r--sys/dev/hifn/hifn7751.c3
2 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4
index 22494fcb6c6d..f145d61282fc 100644
--- a/share/man/man4/hifn.4
+++ b/share/man/man4/hifn.4
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 29, 2020
+.Dd October 31, 2025
.Dt HIFN 4
.Os
.Sh NAME
@@ -46,6 +46,11 @@ module at boot time, place the following line in
.Bd -literal -offset indent
hifn_load="YES"
.Ed
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is deprecated and is scheduled for removal in
+.Fx 16.0 .
.Sh DESCRIPTION
The
.Nm
diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c
index 2e7545779b09..7452c00d0b21 100644
--- a/sys/dev/hifn/hifn7751.c
+++ b/sys/dev/hifn/hifn7751.c
@@ -586,6 +586,9 @@ hifn_attach(device_t dev)
callout_init(&sc->sc_tickto, 1);
callout_reset(&sc->sc_tickto, hz, hifn_tick, sc);
+ gone_in(16, "%s(4) is deprecated in 15.0 and removed in 16.0\n",
+ hifn_driver.name);
+
return (0);
fail_intr: