Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aae5a316 authored by Edward Cree's avatar Edward Cree Committed by David S. Miller
Browse files

sfc: add Medford2 (SFC9250) PCI Device IDs

parent 71827443
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2910,6 +2910,10 @@ static const struct pci_device_id efx_pci_table[] = {
	 .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},
	{PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0b03),  /* SFC9250 PF */
	 .driver_data = (unsigned long) &efx_hunt_a0_nic_type},
	{PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x1b03),  /* SFC9250 VF */
	 .driver_data = (unsigned long) &efx_hunt_a0_vf_nic_type},
	{0}			/* end of list */
};