notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
realtek-re-kmod198 Kernel driver for Realtek PCIe Ethernet Controllers
198.00 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 198.00Version of this port present on the latest quarterly branch.
Maintainer: meta@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-14 02:06:06
Last Update: 2024-03-14 02:03:06
Commit Hash: b770c91
Also Listed In: kld
License: BSD4CLAUSE
WWW:
https://github.com/alexdupre/rtl_bsd_drv
Description:
Realtek PCIe FE / GBE / 2.5G / Gaming Ethernet Family Controller kernel driver. This is the official driver from Realtek with a few patches to improve stability and performance. It can be loaded instead of the FreeBSD driver built into the GENERIC kernel if you experience issues with it (eg. watchdog timeouts), or your card is not supported. Supported devices: * 2.5G Gigabit Ethernet - RTL8125 / RTL8125B(S)(G) * 10/100/1000M Gigabit Ethernet - RTL8111B / RTL8111C / RTL8111D / RTL8111E / RTL8111F / RTL8111G(S) RTL8111H(S) / RTL8118(A)(S) / RTL8119i / RTL8111L / RTL8111K - RTL8168B / RTL8168E / RTL8168H - RTL8111DP / RTL8111EP / RTL8111FP - RTL8411 / RTL8411B * 10/100M Fast Ethernet - RTL8101E / RTL8102E / RTL8103E / RTL8105E / RTL8106E / RTL8107E - RTL8401 / RTL8402 See also: https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. /boot/modules/if_re.ko
  2. @kld /boot/modules
  3. /usr/local/share/licenses/realtek-re-kmod198-198.00/catalog.mk
  4. /usr/local/share/licenses/realtek-re-kmod198-198.00/LICENSE
  5. /usr/local/share/licenses/realtek-re-kmod198-198.00/BSD4CLAUSE
Collapse this list.
Dependency lines:
  • realtek-re-kmod198>0:net/realtek-re-kmod198
To install the port:
cd /usr/ports/net/realtek-re-kmod198/ && make install clean
To add the package, run one of these commands:
  • pkg install net/realtek-re-kmod198
  • pkg install realtek-re-kmod198
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: realtek-re-kmod198
Flavors: there is no flavor information for this port.
distinfo:
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

Packages (timestamps in pop-ups are UTC):
realtek-re-kmod198
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest198.00198.00-198.00198.00---
FreeBSD:13:quarterly198.00198.00-198.00198.00---
FreeBSD:14:latest198.00198.00-198.00198.00---
FreeBSD:14:quarterly198.00198.00-198.00198.00---
FreeBSD:15:latest198.00198.00n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_realtek-re-kmod198
USES:
kmod tar:tgz uidfix
pkg-message:
For install:
Add the following lines to your /boot/loader.conf to override the built-in FreeBSD re(4) driver. if_re_load="YES" if_re_name="/boot/modules/if_re.ko" By default, the size of allocated mbufs is enough to receive the largest Ethernet frame supported by the card. If your memory is highly fragmented, trying to allocate contiguous pages (more than 4096 bytes) may result in driver hangs. For this reason the value is tunable at boot time, 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"
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/alexdupre/rtl_bsd_drv/tar.gz/d3a7a3d?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
198.00
14 Mar 2024 02:03:06
commit hash: b770c919121526ebbf61b81fd6b832619319df60commit hash: b770c919121526ebbf61b81fd6b832619319df60commit hash: b770c919121526ebbf61b81fd6b832619319df60commit hash: b770c919121526ebbf61b81fd6b832619319df60 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
net/realrek-re-kmod198: add port for 198 version

as a workaround for bug 275882. This port can be retired when the bug is
resolved completely.

Many people need the 198 version because of the hang-up issue. Another
set of people need 199 because of another issue. This port is needed to
satisfy both sets of people until complete until a complete solution for
275882 is found.

PR:		275882
Sponsored by:	Cybertrust Japan

Number of commits found: 1