[Bug 275251] Realtek PCIe 2.5GbE Family Controller not being detected

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Dec 2023 10:00:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275251

--- Comment #8 from Olivier Cochard <olivier@freebsd.org> ---
For local quick development and test, if you don't need to generate a package,
because this code is simple (doesn't require lot's of building dependencies),
the easiest way is the "raw way":

git clone --branch v1.99 https://github.com/alexdupre/rtl_bsd_drv.git
cd rtl_bsd_drv
make
cp if_re.ko /boot/modules/

If you would like to build a package the recommended way is to use poudriere,
but a little more complex because you have to understand some basic port build
system knowledge.

-- 
You are receiving this mail because:
You are the assignee for the bug.