|
@@ -67,12 +67,10 @@ static int i40e_veb_get_bw_info(struct i40e_veb *veb);
|
|
|
*/
|
|
|
static DEFINE_PCI_DEVICE_TABLE(i40e_pci_tbl) = {
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_SFP_XL710), 0},
|
|
|
- {PCI_VDEVICE(INTEL, I40E_DEV_ID_SFP_X710), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_QEMU), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_A), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_B), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_C), 0},
|
|
|
- {PCI_VDEVICE(INTEL, I40E_DEV_ID_KX_D), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_A), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_B), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_QSFP_C), 0},
|