Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 18:34:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 236886] Chelsio T520-BT NIC not detected
Message-ID:  <bug-236886-7501-lIOJUVa7t8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236886-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236886-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=236886

--- Comment #5 from Navdeep Parhar <np@FreeBSD.org> ---
(In reply to peos42 from comment #4)
> After a reboot I have to manually load the kernel module. Why?

You shouldn't have to.  You can autoload it from loader.conf (not recommended
unless you need the driver very early for netboot type stuff) or from rc.conf.

Add this to /etc/rc.conf:
kld_list="if_cxgbe"
If you have a kld_list alredy, add if_cxgbe to the existing list.

Or use ifconfig_cxl<n>=... commands in rc.conf as usual.  ifconfig will
autoload the driver for you.

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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236886-7501-lIOJUVa7t8>