1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/realtek-re-kmod: update to v1.99 release.

This commit is contained in:
Alex Dupre 2023-12-19 13:56:06 +01:00
parent 0711fab55e
commit 9bad61eff3
3 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= re
PORTVERSION= 198.00
PORTVERSION= 199.00
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= net
PKGNAMEPREFIX= realtek-
PKGNAMESUFFIX= -kmod
@ -17,7 +16,7 @@ USES= kmod tar:tgz uidfix
USE_GITHUB= yes
GH_ACCOUNT= alexdupre
GH_PROJECT= rtl_bsd_drv
GH_TAGNAME= d3a7a3d
GH_TAGNAME= 9d48464
PLIST_FILES= ${KMODDIR}/if_re.ko

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689608993
SHA256 (alexdupre-rtl_bsd_drv-v198.00-d3a7a3d_GH0.tar.gz) = 43ff94e41a4c674143f9a37299c40b92fd7f94a25fa33cf253114eda0f9f49fa
SIZE (alexdupre-rtl_bsd_drv-v198.00-d3a7a3d_GH0.tar.gz) = 132723
TIMESTAMP = 1702987653
SHA256 (alexdupre-rtl_bsd_drv-v199.00-9d48464_GH0.tar.gz) = 6b4be7f5e17097f430dbeb3a366e51affdaad066221b9352bf32cbcb4ebc504f
SIZE (alexdupre-rtl_bsd_drv-v199.00-9d48464_GH0.tar.gz) = 162364

View File

@ -17,6 +17,12 @@ e.g. if you don't need Jumbo frames you can lower
the memory requirements and avoid this issue with:
hw.re.max_rx_mbuf_sz="2048"
To enable Wake on LAN (WoL) support you might need
to set the following tunables:
hw.re.s5wol="1"
hw.re.s0_magic_packet="1"
EOM
}
]