Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2022 20:50:18 GMT
From:      Pau Amma <pauamma@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5bfd3cecaf12 - stable/12 - Track removal of Tokenring and FDDI media types from devd.cc.
Message-ID:  <202209302050.28UKoIDj001020@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by pauamma (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=5bfd3cecaf12d22f2a5bb217a35f383b95f2b352

commit 5bfd3cecaf12d22f2a5bb217a35f383b95f2b352
Author:     Pau Amma <pauamma@FreeBSD.org>
AuthorDate: 2022-09-22 19:55:11 +0000
Commit:     Pau Amma <pauamma@FreeBSD.org>
CommitDate: 2022-09-30 20:47:48 +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
    
    (cherry picked from commit f968cb140fcfa7b548abb5930dee81ba987ec503)
---
 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 13cd5bd65a22..76560e23f490 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -41,7 +41,7 @@
 .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 .\" SOFTWARE.
 .\"
-.Dd August 18, 2020
+.Dd September 22, 2022
 .Dt DEVD.CONF 5
 .Os
 .Sh NAME
@@ -178,8 +178,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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209302050.28UKoIDj001020>