summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/mn.48
-rw-r--r--sys/dev/mn/if_mn.c1
2 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/mn.4 b/share/man/man4/mn.4
index aac7f96e7f964..f034a1b10d458 100644
--- a/share/man/man4/mn.4
+++ b/share/man/man4/mn.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 10, 2005
+.Dd December 6, 2020
.Dt MN 4
.Os
.Sh NAME
@@ -33,6 +33,12 @@
.Sh SYNOPSIS
.Cd "device mn"
.Cd "options NETGRAPH"
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 13.0
+and later.
.Sh HARDWARE
The
.Nm
diff --git a/sys/dev/mn/if_mn.c b/sys/dev/mn/if_mn.c
index 4d005ec715d5b..f185fa4209be2 100644
--- a/sys/dev/mn/if_mn.c
+++ b/sys/dev/mn/if_mn.c
@@ -1392,6 +1392,7 @@ mn_attach (device_t self)
default:
printf(" Rev 0x%x\n", sc->f54r->vstr);
}
+ gone_in_dev(dev, 13, "sync serial (T1/E1) driver");
if (ng_make_node_common(&mntypestruct, &sc->node) != 0) {
printf("ng_make_node_common failed\n");