sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
[linux-drm-fsl-dcu.git] / drivers / net / ethernet / sfc / efx.c
index 4e82bcfbe3e09f837c827f72c94d9ae91f02e614..b405349a570c284226d98109927183274fbe0b31 100644 (file)
@@ -2784,6 +2784,12 @@ static const struct pci_device_id efx_pci_table[] = {
         .driver_data = (unsigned long) &efx_hunt_a0_vf_nic_type},
        {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0923),  /* SFC9140 PF */
         .driver_data = (unsigned long) &efx_hunt_a0_nic_type},
+       {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x1923),  /* SFC9140 VF */
+        .driver_data = (unsigned long) &efx_hunt_a0_vf_nic_type},
+       {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0a03),  /* SFC9220 PF */
+        .driver_data = (unsigned long) &efx_hunt_a0_nic_type},
+       {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x1a03),  /* SFC9220 VF */
+        .driver_data = (unsigned long) &efx_hunt_a0_vf_nic_type},
        {0}                     /* end of list */
 };