The branch releng/13.0 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=407e5a8d68aaf0ea461f7568a1983e91a6d41de0
commit 407e5a8d68aaf0ea461f7568a1983e91a6d41de0 Author: Ed Maste <[email protected]> AuthorDate: 2021-03-25 02:35:38 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2021-03-31 16:00:57 +0000 mn: report that this driver is removed in 14, not 13 (cherry picked from commit a66e75d9e2ddd9a84f8de204438282a25bb1a954) mn: bump deprecation version to 14 in man page as well Fixes: 66e75d9e2ddd ("mn: report that this driver is removed in 14, not 13") (cherry picked from commit 6acecf247f60fcd3ba9662d54c59fc7bd46fb67a) Approved by: re (gjb) --- share/man/man4/mn.4 | 4 ++-- sys/dev/mn/if_mn.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/mn.4 b/share/man/man4/mn.4 index f034a1b10d45..e67eb1e5284f 100644 --- a/share/man/man4/mn.4 +++ b/share/man/man4/mn.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 6, 2020 +.Dd March 24, 2021 .Dt MN 4 .Os .Sh NAME @@ -37,7 +37,7 @@ The .Nm driver is not present in -.Fx 13.0 +.Fx 14.0 and later. .Sh HARDWARE The diff --git a/sys/dev/mn/if_mn.c b/sys/dev/mn/if_mn.c index bb329b24c24e..7c7699656743 100644 --- a/sys/dev/mn/if_mn.c +++ b/sys/dev/mn/if_mn.c @@ -1392,7 +1392,7 @@ mn_attach (device_t self) default: printf(" Rev 0x%x\n", sc->f54r->vstr); } - gone_in_dev(self, 13, "sync serial (T1/E1) driver"); + gone_in_dev(self, 14, "sync serial (T1/E1) driver"); if (ng_make_node_common(&mntypestruct, &sc->node) != 0) { printf("ng_make_node_common failed\n"); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
