net/realtek-re: add vendor driver plugin

This commit is contained in:
Franco Fichtner 2021-09-16 07:36:44 +02:00
parent a395ee96dc
commit 2a9624071f
3 changed files with 16 additions and 0 deletions

7
net/realtek-re/Makefile Normal file
View file

@ -0,0 +1,7 @@
PLUGIN_NAME= realtek-re
PLUGIN_VERSION= 1.0
PLUGIN_COMMENT= Realtek re(4) vendor driver
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_DEPENDS= realtek-re-kmod
.include "../../Mk/plugins.mk"

7
net/realtek-re/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
This is the official driver from Realtek and 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.
Please note this driver requires a system reboot to activate.
WWW: https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software

View file

@ -0,0 +1,2 @@
if_re_load="YES"
if_re_name="/boot/modules/if_re.ko"