View | Details | Raw Unified | Return to bug 275882 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/realtek-re-kmod/Makefile (-3 / +4 lines)
Lines 1-7 Link Here
1
PORTNAME=	re
1
PORTNAME=	re
2
PORTVERSION=	199.00
2
PORTVERSION=	198.00
3
DISTVERSIONPREFIX=	v
3
DISTVERSIONPREFIX=	v
4
PORTREVISION=	1
4
PORTREVISION=	3
5
PORTEPOCH=	1
5
CATEGORIES=	net
6
CATEGORIES=	net
6
PKGNAMEPREFIX=	realtek-
7
PKGNAMEPREFIX=	realtek-
7
PKGNAMESUFFIX=	-kmod
8
PKGNAMESUFFIX=	-kmod
Lines 17-23 USES= kmod tar:tgz uidfix Link Here
17
USE_GITHUB=	yes
18
USE_GITHUB=	yes
18
GH_ACCOUNT=	alexdupre
19
GH_ACCOUNT=	alexdupre
19
GH_PROJECT=	rtl_bsd_drv
20
GH_PROJECT=	rtl_bsd_drv
20
GH_TAGNAME=	601c18c
21
GH_TAGNAME=	d3a7a3d
21
22
22
PLIST_FILES=	${KMODDIR}/if_re.ko
23
PLIST_FILES=	${KMODDIR}/if_re.ko
23
24
(-)b/net/realtek-re-kmod/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1703520481
1
TIMESTAMP = 1689608993
2
SHA256 (alexdupre-rtl_bsd_drv-v199.00-601c18c_GH0.tar.gz) = db1ae1cea69c3d1cfc4198811cbcd746640fb3eb5fbac10756615b68625a1e4f
2
SHA256 (alexdupre-rtl_bsd_drv-v198.00-d3a7a3d_GH0.tar.gz) = 43ff94e41a4c674143f9a37299c40b92fd7f94a25fa33cf253114eda0f9f49fa
3
SIZE (alexdupre-rtl_bsd_drv-v199.00-601c18c_GH0.tar.gz) = 162585
3
SIZE (alexdupre-rtl_bsd_drv-v198.00-d3a7a3d_GH0.tar.gz) = 132723
(-)b/net/realtek-re-kmod/pkg-descr (-8 / +5 lines)
Lines 1-4 Link Here
1
Realtek PCIe FE / GBE / 2.5G / 5G Ethernet Family Controller
1
Realtek PCIe FE / GBE / 2.5G / Gaming Ethernet Family Controller
2
kernel driver.
2
kernel driver.
3
3
4
This is the official driver from Realtek with a few patches to
4
This is the official driver from Realtek with a few patches to
Lines 8-24 issues with it (eg. watchdog timeouts), or your card is not supported. Link Here
8
8
9
Supported devices:
9
Supported devices:
10
10
11
* 5G Gigabit Ethernet
12
  - RTL8126
13
14
* 2.5G Gigabit Ethernet
11
* 2.5G Gigabit Ethernet
15
  - RTL8125 / RTL8125B(G)
12
  - RTL8125 / RTL8125B(S)(G)
16
13
17
* 10/100/1000M Gigabit Ethernet
14
* 10/100/1000M Gigabit Ethernet
18
  - RTL8111B / RTL8111C / RTL8111D / RTL8111E / RTL8111F / RTL8111G
15
  - RTL8111B / RTL8111C / RTL8111D / RTL8111E / RTL8111F / RTL8111G(S)
19
    RTL8111H / RTL8118(A) / RTL8119i / RTL8111L / RTL8111K
16
    RTL8111H(S) / RTL8118(A)(S) / RTL8119i / RTL8111L / RTL8111K
20
  - RTL8168B / RTL8168E / RTL8168H
17
  - RTL8168B / RTL8168E / RTL8168H
21
  - RTL8111DP / RTL8111EP(P) / RTL8111FP
18
  - RTL8111DP / RTL8111EP / RTL8111FP
22
  - RTL8411 / RTL8411B
19
  - RTL8411 / RTL8411B
23
20
24
* 10/100M Fast Ethernet
21
* 10/100M Fast Ethernet
(-)b/net/realtek-re-kmod/pkg-message (-7 lines)
Lines 17-28 e.g. if you don't need Jumbo frames you can lower Link Here
17
the memory requirements and avoid this issue with:
17
the memory requirements and avoid this issue with:
18
18
19
hw.re.max_rx_mbuf_sz="2048"
19
hw.re.max_rx_mbuf_sz="2048"
20
21
To enable Wake on LAN (WoL) support you might need
22
to set the following tunables:
23
24
hw.re.s5wol="1"
25
hw.re.s0_magic_packet="1"
26
EOM
20
EOM
27
}
21
}
28
]
22
]
29
- 

Return to bug 275882