summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/lmc.49
-rw-r--r--sys/dev/lmc/if_lmc.c1
2 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/lmc.4 b/share/man/man4/lmc.4
index e07875a..4d380eb 100644
--- a/share/man/man4/lmc.4
+++ b/share/man/man4/lmc.4
@@ -43,7 +43,7 @@
.\" this program; if not, write to the Free Software Foundation, Inc., 59
.\" Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.\"
-.Dd February 8, 2012
+.Dd May 9, 2018
.Dt LMC 4
.Os
.\"
@@ -89,6 +89,13 @@ Netgraph and SPPP can both be enabled; Netgraph will be used if the
.Va rawdata
hook is connected.
.\"
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 12.0
+and later.
+.\"
.Sh DESCRIPTION
.\"
This is an open-source
diff --git a/sys/dev/lmc/if_lmc.c b/sys/dev/lmc/if_lmc.c
index b9076e8..abf24d7 100644
--- a/sys/dev/lmc/if_lmc.c
+++ b/sys/dev/lmc/if_lmc.c
@@ -4548,6 +4548,7 @@ fbsd_attach(device_t dev)
/* Start the card and attach a kernel interface and line protocol. */
if ((error = attach_card(sc, ""))) detach_card(sc);
+ gone_in_dev(dev, 12, "lmc(4) driver");
return error;
}
OpenPOWER on IntegriCloud