git: a9a35c9e3537 - main - re.4: Mention vendor driver for if_re(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 12:17:54 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a9a35c9e35370d09be5cbcd32f287b12f40812a5 commit a9a35c9e35370d09be5cbcd32f287b12f40812a5 Author: Johannes Totz <jo@bruelltuete.com> AuthorDate: 2022-11-07 12:16:52 +0000 Commit: Gordon Bergling <gbe@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.