Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2026 21:35:52 +0000
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Christos Longros <chris.longros@gmail.com>
Subject:   git: e6f4e4ab8a51 - main - re(4), rge(4): improve Realtek driver man pages
Message-ID:  <69b5d4b8.44922.35c839d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by adrian:

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

commit e6f4e4ab8a51f5bec178f5d937e541e227efb561
Author:     Christos Longros <chris.longros@gmail.com>
AuthorDate: 2026-03-14 21:35:20 +0000
Commit:     Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-03-14 21:35:20 +0000

    re(4), rge(4): improve Realtek driver man pages
    
    Add D-Link DGE-530(T) and Killer E2600 to the re(4) HARDWARE list.
    Both are supported by the driver but were missing from the man page.
    
    Also add cross-references between re(4) and rge(4) in SEE ALSO,
    as both are Realtek NIC drivers.
    
    Signed-off-by: Christos Longros <chris.longros@gmail.com>
    
    Reviewed by:    adrian
    Differential Revision:  https://reviews.freebsd.org/D55745
---
 share/man/man4/re.4  | 5 +++++
 share/man/man4/rge.4 | 1 +
 2 files changed, 6 insertions(+)

diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 980247af142d..1a255ccf0db6 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -155,6 +155,10 @@ Corega CG-LAPCIGT Gigabit Ethernet (8169S)
 .It
 D-Link DGE-528(T) Gigabit Ethernet (8169S)
 .It
+D-Link DGE-530(T) Gigabit Ethernet (8169S)
+.It
+Killer E2600 Gigabit Ethernet (8168)
+.It
 Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
 .It
 LevelOne GNC-0105T (8169S)
@@ -237,6 +241,7 @@ the network connection (cable).
 .Xr netintro 4 ,
 .Xr ng_ether 4 ,
 .Xr polling 4 ,
+.Xr rge 4 ,
 .Xr rgephy 4 ,
 .Xr vlan 4 ,
 .Xr ifconfig 8
diff --git a/share/man/man4/rge.4 b/share/man/man4/rge.4
index 1ef8c1b34fc1..a8266c439b83 100644
--- a/share/man/man4/rge.4
+++ b/share/man/man4/rge.4
@@ -146,6 +146,7 @@ the network connection (cable).
 .Xr netintro 4 ,
 .Xr ng_ether 4 ,
 .Xr polling 4 ,
+.Xr re 4 ,
 .Xr vlan 4 ,
 .Xr ifconfig 8
 .Rs


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b5d4b8.44922.35c839d>