Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2023 16:28:38 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b750a3fda84f - main - net/realtek-re-kmod: update to latest commit to get some additional fixes.
Message-ID:  <202312251628.3BPGScad029872@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b750a3fda84f959d0d744755f654213fc004a1f8

commit b750a3fda84f959d0d744755f654213fc004a1f8
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2023-12-25 16:25:29 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2023-12-25 16:28:34 +0000

    net/realtek-re-kmod: update to latest commit to get some additional fixes.
    
    Note: the driver is still unstable (crash or hang) on some cards/machines.
---
 net/realtek-re-kmod/Makefile  |  3 ++-
 net/realtek-re-kmod/distinfo  |  6 +++---
 net/realtek-re-kmod/pkg-descr | 13 ++++++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/net/realtek-re-kmod/Makefile b/net/realtek-re-kmod/Makefile
index dda8e2bae9f6..021dc1d45eca 100644
--- a/net/realtek-re-kmod/Makefile
+++ b/net/realtek-re-kmod/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	re
 PORTVERSION=	199.00
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 PKGNAMEPREFIX=	realtek-
 PKGNAMESUFFIX=	-kmod
@@ -16,7 +17,7 @@ USES=		kmod tar:tgz uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	alexdupre
 GH_PROJECT=	rtl_bsd_drv
-GH_TAGNAME=	93110e9
+GH_TAGNAME=	601c18c
 
 PLIST_FILES=	${KMODDIR}/if_re.ko
 
diff --git a/net/realtek-re-kmod/distinfo b/net/realtek-re-kmod/distinfo
index daadba7d0ca7..e9840b16fc27 100644
--- a/net/realtek-re-kmod/distinfo
+++ b/net/realtek-re-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703172333
-SHA256 (alexdupre-rtl_bsd_drv-v199.00-93110e9_GH0.tar.gz) = a012635155b0a4bc889de69eb7c3b8c5456bfd2091ba035765ad1785200498ab
-SIZE (alexdupre-rtl_bsd_drv-v199.00-93110e9_GH0.tar.gz) = 162362
+TIMESTAMP = 1703520481
+SHA256 (alexdupre-rtl_bsd_drv-v199.00-601c18c_GH0.tar.gz) = db1ae1cea69c3d1cfc4198811cbcd746640fb3eb5fbac10756615b68625a1e4f
+SIZE (alexdupre-rtl_bsd_drv-v199.00-601c18c_GH0.tar.gz) = 162585
diff --git a/net/realtek-re-kmod/pkg-descr b/net/realtek-re-kmod/pkg-descr
index 8f2ccbde49e5..74a9224069ea 100644
--- a/net/realtek-re-kmod/pkg-descr
+++ b/net/realtek-re-kmod/pkg-descr
@@ -1,4 +1,4 @@
-Realtek PCIe FE / GBE / 2.5G / Gaming Ethernet Family Controller
+Realtek PCIe FE / GBE / 2.5G / 5G Ethernet Family Controller
 kernel driver.
 
 This is the official driver from Realtek with a few patches to
@@ -8,14 +8,17 @@ issues with it (eg. watchdog timeouts), or your card is not supported.
 
 Supported devices:
 
+* 5G Gigabit Ethernet
+  - RTL8126
+
 * 2.5G Gigabit Ethernet
-  - RTL8125 / RTL8125B(S)(G)
+  - RTL8125 / RTL8125B(G)
 
 * 10/100/1000M Gigabit Ethernet
-  - RTL8111B / RTL8111C / RTL8111D / RTL8111E / RTL8111F / RTL8111G(S)
-    RTL8111H(S) / RTL8118(A)(S) / RTL8119i / RTL8111L / RTL8111K
+  - RTL8111B / RTL8111C / RTL8111D / RTL8111E / RTL8111F / RTL8111G
+    RTL8111H / RTL8118(A) / RTL8119i / RTL8111L / RTL8111K
   - RTL8168B / RTL8168E / RTL8168H
-  - RTL8111DP / RTL8111EP / RTL8111FP
+  - RTL8111DP / RTL8111EP(P) / RTL8111FP
   - RTL8411 / RTL8411B
 
 * 10/100M Fast Ethernet



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