i40e: Add support for X710 device
Add I40E_DEV_ID_10G_BASE_T_BC to i40e_pci_tbl Signed-off-by: Mariusz Stachura <mariusz.stachura@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
d3ae3cfbf5
commit
f78787f363
|
@ -73,6 +73,7 @@ static const struct pci_device_id i40e_pci_tbl[] = {
|
|||
{PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_C), 0},
|
||||
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T), 0},
|
||||
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T4), 0},
|
||||
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_BASE_T_BC), 0},
|
||||
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_SFP), 0},
|
||||
{PCI_VDEVICE(INTEL, I40E_DEV_ID_10G_B), 0},
|
||||
{PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_X722), 0},
|
||||
|
|
Loading…
Reference in New Issue