sfc: Decouple NIC revision number from Falcon PCI revision number
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
299f8d69f3
commit
daeda6309e
@@ -1863,9 +1863,9 @@ void efx_schedule_reset(struct efx_nic *efx, enum reset_type type)
|
||||
/* PCI device ID table */
|
||||
static struct pci_device_id efx_pci_table[] __devinitdata = {
|
||||
{PCI_DEVICE(EFX_VENDID_SFC, FALCON_A_P_DEVID),
|
||||
.driver_data = (unsigned long) &falcon_a_nic_type},
|
||||
.driver_data = (unsigned long) &falcon_a1_nic_type},
|
||||
{PCI_DEVICE(EFX_VENDID_SFC, FALCON_B_P_DEVID),
|
||||
.driver_data = (unsigned long) &falcon_b_nic_type},
|
||||
.driver_data = (unsigned long) &falcon_b0_nic_type},
|
||||
{0} /* end of list */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user