From c0f52e1bddf275d70b200951d9f431426f6b16ab Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 6 Dec 2020 21:34:04 +0000 Subject: Add deprecation notice to mn(4) Sync serial (T1/E1) interfaces are largely irrelevant today and phk confirms this driver is unnecessary in review D23928. This leaves ce(4) and cp(4) in the tree. They're likely not relevant either, but glebius contacted the manufacturer and those devices are still available for purchase. At glebius' suggestion leave them in the tree as long as they do not impose a maintenace burden. Approved by: phk MFC after: 3 days Sponsored by: The FreeBSD Foundation --- share/man/man4/mn.4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3