Add HPE FlexFabric 10Gb 4-port 536FLR-T device id to the bxe(4) driver.

Tested by:	David Miguel Almas <dmalmas gmail com>
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D11478
This commit is contained in:
Andrey V. Elsukov 2017-07-19 14:21:29 +00:00
parent e6db6692e5
commit 27a8713f74
2 changed files with 7 additions and 0 deletions

View File

@ -166,6 +166,12 @@ static struct bxe_device_type bxe_devs[] = {
PCI_ANY_ID, PCI_ANY_ID,
"QLogic NetXtreme II BCM57840 4x10GbE"
},
{
QLOGIC_VENDORID,
CHIP_NUM_57840_4_10,
PCI_ANY_ID, PCI_ANY_ID,
"QLogic NetXtreme II BCM57840 4x10GbE"
},
{
BRCM_VENDORID,
CHIP_NUM_57840_2_20,

View File

@ -168,6 +168,7 @@ int bxe_ilog2(int x)
#include "ecore_sp.h"
#define BRCM_VENDORID 0x14e4
#define QLOGIC_VENDORID 0x1077
#define PCI_ANY_ID (uint16_t)(~0U)
struct bxe_device_type