|
@@ -2607,6 +2607,8 @@ static DEFINE_PCI_DEVICE_TABLE(efx_pci_table) = {
|
|
|
.driver_data = (unsigned long) &siena_a0_nic_type},
|
|
|
{PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0903), /* SFC9120 PF */
|
|
|
.driver_data = (unsigned long) &efx_hunt_a0_nic_type},
|
|
|
+ {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0923), /* SFC9140 PF */
|
|
|
+ .driver_data = (unsigned long) &efx_hunt_a0_nic_type},
|
|
|
{0} /* end of list */
|
|
|
};
|
|
|
|