[Bug 166724] if_re(4): watchdog timeout
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 15 08:32:53 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166724
--- Comment #93 from László Károlyi <laszlo at karolyi.hu> ---
(In reply to Bob Smith from comment #92)
With FreeBSD 13.0 out, and it having changed its src and ports repository to
git (https://docs.freebsd.org/en/books/handbook/mirrors/#git), the process
changes to:
1. install git
2. git clone -o freebsd -b releng/$(uname -r | cut -d'-' -f1,1)
https://git.FreeBSD.org/src.git /usr/src
3. git clone -o freebsd https://git.freebsd.org/ports.git /usr/ports
4. cd /usr/ports/net/realtek-re-kmod/
5. make install
6. echo 'if_re_load="YES"' >> /boot/loader.conf
7. echo 'if_re_name="/boot/modules/if_re.ko"' >> /boot/loader.conf
Just thought I'd update this since SVN is no longer the default way to check
out sources and ports.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-net
mailing list