We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ae3cf commit f78787fCopy full SHA for f78787f
drivers/net/ethernet/intel/i40e/i40e_main.c
@@ -73,6 +73,7 @@ static const struct pci_device_id i40e_pci_tbl[] = {
73
{PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_C), 0},
74
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T), 0},
75
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T4), 0},
76
+ {PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T_BC), 0},
77
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_SFP), 0},
78
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_B), 0},
79
{PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_X722), 0},
0 commit comments