diff options
-rw-r--r-- | drivers/net/ethernet/sfc/efx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index 1e274045970f..2d8622430012 100644 --- a/drivers/net/ethernet/sfc/efx.c +++ b/drivers/net/ethernet/sfc/efx.c | |||
@@ -2607,6 +2607,8 @@ static DEFINE_PCI_DEVICE_TABLE(efx_pci_table) = { | |||
2607 | .driver_data = (unsigned long) &siena_a0_nic_type}, | 2607 | .driver_data = (unsigned long) &siena_a0_nic_type}, |
2608 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0903), /* SFC9120 PF */ | 2608 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0903), /* SFC9120 PF */ |
2609 | .driver_data = (unsigned long) &efx_hunt_a0_nic_type}, | 2609 | .driver_data = (unsigned long) &efx_hunt_a0_nic_type}, |
2610 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0923), /* SFC9140 PF */ | ||
2611 | .driver_data = (unsigned long) &efx_hunt_a0_nic_type}, | ||
2610 | {0} /* end of list */ | 2612 | {0} /* end of list */ |
2611 | }; | 2613 | }; |
2612 | 2614 | ||