The branch main has been updated by gbe (doc committer):

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

commit a9a35c9e35370d09be5cbcd32f287b12f40812a5
Author:     Johannes Totz <j...@bruelltuete.com>
AuthorDate: 2022-11-07 12:16:52 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-11-07 12:16:52 +0000

    re.4: Mention vendor driver for if_re(4)
    
    If this if_re(4) is causing problems then an updated driver from
    the vendor can be found in the ports tree under net/realtek-re-kmod.
    
    Reviewed by:    debdrup, koobs, emaste
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D33677
---
 share/man/man4/re.4 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 9b54c0c1f20b..234698089fcb 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 21, 2016
+.Dd November 7, 2022
 .Dt RE 4
 .Os
 .Sh NAME
@@ -285,3 +285,6 @@ avoid this problem.
 .Pp
 The RealTek 8169, 8169S and 8110S chips appear to only be capable of
 transmitting jumbo frames up to 7.5K in size.
+.Pp
+If this driver is causing problems then an updated driver from
+the vendor can be found in ports under net/realtek-re-kmod.

Reply via email to