bnxt: Add support for new Broadcom 100Gb adapter BCM57454
Submitted by: bhargava.marreddy@broadcom.com Reviewed by: venkatkumar.duvvuru@broadcom.com Differential Revision: https://reviews.freebsd.org/D10595
This commit is contained in:
parent
dddb157699
commit
00c230410f
@ -78,6 +78,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define BCM57417_NPAR1 0x16c0
|
||||
#define BCM57417_NPAR2 0x16cc
|
||||
#define BCM57417_SFP 0x16e2
|
||||
#define BCM57454 0x1614
|
||||
#define BCM58700 0x16cd
|
||||
#define NETXTREME_C_VF1 0x16cb
|
||||
#define NETXTREME_C_VF2 0x16e1
|
||||
|
@ -127,6 +127,8 @@ static pci_vendor_info_t bnxt_vendor_info_array[] =
|
||||
"Broadcom BCM57417 NetXtreme-E Ethernet Partition"),
|
||||
PVID(BROADCOM_VENDOR_ID, BCM57417_SFP,
|
||||
"Broadcom BCM57417 NetXtreme-E 10Gb/25Gb Ethernet"),
|
||||
PVID(BROADCOM_VENDOR_ID, BCM57454,
|
||||
"Broadcom BCM57454 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet"),
|
||||
PVID(BROADCOM_VENDOR_ID, BCM58700,
|
||||
"Broadcom BCM58700 Nitro 1Gb/2.5Gb/10Gb Ethernet"),
|
||||
PVID(BROADCOM_VENDOR_ID, NETXTREME_C_VF1,
|
||||
|
Loading…
Reference in New Issue
Block a user