HardenedBSD Services pushed to branch freebsd/current/main at HardenedBSD / HardenedBSD
Commits:
e6f4e4ab by Christos Longros at 2026-03-14T14:35:20-07:00
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....@gmail.com>
Reviewed by: adrian
Differential Revision:
https://reviews.freebsd.org/D55745
- - - - -
2 changed files:
- share/man/man4/re.4
- share/man/man4/rge.4
Changes:
=====================================
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
=====================================
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
View it on GitLab:
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD/-/commit/e6f4e4ab8a51f5bec178f5d937e541e227efb561
--
View it on GitLab:
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD/-/commit/e6f4e4ab8a51f5bec178f5d937e541e227efb561
You're receiving this email because of your account on
git.hardenedbsd.org.