We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afac08 commit b75927cCopy full SHA for b75927c
drivers/infiniband/hw/efa/efa_main.c
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2
/*
3
- * Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All rights reserved.
+ * Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All rights reserved.
4
*/
5
6
#include <linux/module.h>
@@ -14,10 +14,12 @@
14
15
#define PCI_DEV_ID_EFA0_VF 0xefa0
16
#define PCI_DEV_ID_EFA1_VF 0xefa1
17
+#define PCI_DEV_ID_EFA2_VF 0xefa2
18
19
static const struct pci_device_id efa_pci_tbl[] = {
20
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) },
21
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) },
22
+ { PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA2_VF) },
23
{ }
24
};
25
0 commit comments