|
@@ -57,7 +57,9 @@ static const char i40evf_copyright[] =
|
|
|
*/
|
|
|
static const struct pci_device_id i40evf_pci_tbl[] = {
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_VF), 0},
|
|
|
+ {PCI_VDEVICE(INTEL, I40E_DEV_ID_VF_HV), 0},
|
|
|
{PCI_VDEVICE(INTEL, I40E_DEV_ID_X722_VF), 0},
|
|
|
+ {PCI_VDEVICE(INTEL, I40E_DEV_ID_X722_VF_HV), 0},
|
|
|
/* required last entry */
|
|
|
{0, }
|
|
|
};
|