Feature #9155
closedAdd driver bnxt for Broadcom NetXtreme interfaces
100%
Description
The driver for Broadcom NetXtreme-C/E cards is missing in pfSense 2.4.4-RELEASE (amd64), despite being present in the codebase and in FreeBSD 11.2-RELEASE.
Could it be added so we don't have to add it manually ?
Forum Thread : https://forum.netgate.com/topic/137947/nic-broadcom-57412-10gb-not-recognized
Updated by Steve Wheeler over 5 years ago
This module has been tested by several users and seems stable. It would be nice to have it included.
Updated by rich riv over 5 years ago
I got these nics to work by simply copying the file via scp(From a FreeBSD 11.2 ISO image - /boot/kernel/if_bnxt.ko) to a pfsense server (/boot/modules) and ran kldload ./if_bnxt.ko
Also, Put the kernel module in /boot/modules and then add the line if_bnxt_load="YES" to /boot/loader.conf.local so that it loads correctly at boot.
I do see it now with kldstat :
/root: kldstat -v | grep bnxt
3 1 0xffffffff83223000 15b38 if_bnxt.ko (./if_bnxt.ko)
659 pci/bnxt
Updated by Viktor Gurov over 4 years ago
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Luiz Souza over 4 years ago
- Status changed from Pull Request Review to Resolved
- Assignee set to Luiz Souza
- % Done changed from 0 to 100
Committed. Thanks!
Updated by Viktor Gurov over 4 years ago
tested on 2.5.0.a.20200709.1250:
[2.5.0-DEVELOPMENT][root@pf4.lab.int]/root: kldstat -v | grep bnxt 98 pci/bnxt