git: f968cb140fcf - main - Track removal of Tokenring and FDDI media types from devd.cc.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Sep 2022 08:54:53 UTC
The branch main has been updated by pauamma (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=f968cb140fcfa7b548abb5930dee81ba987ec503
commit f968cb140fcfa7b548abb5930dee81ba987ec503
Author: Pau Amma <pauamma@FreeBSD.org>
AuthorDate: 2022-09-22 19:55:11 +0000
Commit: Pau Amma <pauamma@FreeBSD.org>
CommitDate: 2022-09-23 08:32:49 +0000
Track removal of Tokenring and FDDI media types from devd.cc.
Fixes: eec02418d83b Remove support for FDDI and token ring media types in userland utilities.
Reviewed by: brooks, gjb, imp
Approved by: brooks (src), gjb (mentor, src), imp (src)
Differential Revision: https://reviews.freebsd.org/D36668
MFC after: 3 days
---
sbin/devd/devd.conf.5 | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index dd9faa05c869..af96843937c5 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -40,7 +40,7 @@
.\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
.\" SOFTWARE.
.\"
-.Dd November 3, 2021
+.Dd September 22, 2022
.Dt DEVD.CONF 5
.Os
.Sh NAME
@@ -177,8 +177,6 @@ For network devices,
will match devices that have the given media type.
Valid media types are:
.Dq Li Ethernet ,
-.Dq Li Tokenring ,
-.Dq Li FDDI ,
.Dq Li 802.11 ,
and
.Dq Li ATM .