Date: Thu, 15 Apr 2021 08:32:53 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 166724] if_re(4): watchdog timeout Message-ID: <bug-166724-7501-7XcnDVtIJl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-166724-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-166724-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D166724 --- Comment #93 from L=C3=A1szl=C3=B3 K=C3=A1rolyi <laszlo@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=3D"YES"' >> /boot/loader.conf 7. echo 'if_re_name=3D"/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. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-166724-7501-7XcnDVtIJl>