Commit d4f9cb5c authored by Gal Pressman's avatar Gal Pressman Committed by Jason Gunthorpe
Browse files

RDMA/efa: Add EFA 0xefa1 PCI ID

parent a5d87b69
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12,10 +12,12 @@

#include "efa.h"

#define PCI_DEV_ID_EFA_VF 0xefa0
#define PCI_DEV_ID_EFA0_VF 0xefa0
#define PCI_DEV_ID_EFA1_VF 0xefa1

static const struct pci_device_id efa_pci_tbl[] = {
	{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA_VF) },
	{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) },
	{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) },
	{ }
};