Skip to content

Commit f78787f

Browse files
MariuszStachuraJeff Kirsher
authored andcommitted
i40e: Add support for X710 device
Add I40E_DEV_ID_10G_BASE_T_BC to i40e_pci_tbl Signed-off-by: Mariusz Stachura <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent d3ae3cf commit f78787f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/intel/i40e/i40e_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ static const struct pci_device_id i40e_pci_tbl[] = {
7373
{PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_C), 0},
7474
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T), 0},
7575
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T4), 0},
76+
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T_BC), 0},
7677
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_SFP), 0},
7778
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_B), 0},
7879
{PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_X722), 0},

0 commit comments

Comments
 (0)