bxe: enable usage with NetXtreme II BCM57840 2x20GbE chip
Current bxe probe function won't attach to devices with the NetXtreme II BCM57840 2x20GbE chip, enable it by adding it's chip ID to the list of supported chips. Tested on: HP ProLiant WS460c Gen9 Reviewed by: gnn MFC after: 1 week Sponsored by: Citrix Systems R&D Differential Revision: https://reviews.freebsd.org/D9609
This commit is contained in:
parent
c6639ffe4e
commit
f33f887e94
@ -166,6 +166,12 @@ static struct bxe_device_type bxe_devs[] = {
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"QLogic NetXtreme II BCM57840 4x10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57840_2_20,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"QLogic NetXtreme II BCM57840 2x20GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57840_MF,
|
||||
|
Loading…
Reference in New Issue
Block a user