aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb/hw/amd/ntb_hw_amd.c
diff options
context:
space:
mode:
authorSanjay R Mehta <sanju.mehta@amd.com>2019-09-15 17:07:43 +0000
committerJon Mason <jdmason@kudzu.us>2019-09-23 17:20:40 -0400
commit5f59f6b182f75e5247104c8e0150c3d41f0a4c18 (patch)
treec83359dc54185d2d84f1b3d18743ff49347ef0f2 /drivers/ntb/hw/amd/ntb_hw_amd.c
parentNTB: ntb_transport: remove redundant assignment to rc (diff)
downloadlinux-dev-5f59f6b182f75e5247104c8e0150c3d41f0a4c18.tar.xz
linux-dev-5f59f6b182f75e5247104c8e0150c3d41f0a4c18.zip
ntb_hw_amd: Add a new NTB PCI device ID
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/ntb/hw/amd/ntb_hw_amd.c')
-rw-r--r--drivers/ntb/hw/amd/ntb_hw_amd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ntb/hw/amd/ntb_hw_amd.c b/drivers/ntb/hw/amd/ntb_hw_amd.c
index 2859cc99b73e..e9286cf241f0 100644
--- a/drivers/ntb/hw/amd/ntb_hw_amd.c
+++ b/drivers/ntb/hw/amd/ntb_hw_amd.c
@@ -1124,7 +1124,8 @@ static const struct file_operations amd_ntb_debugfs_info = {
};
static const struct pci_device_id amd_ntb_pci_tbl[] = {
- {PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_NTB)},
+ {PCI_VDEVICE(AMD, 0x145b)},
+ {PCI_VDEVICE(AMD, 0x148b)},
{0}
};
MODULE_DEVICE_TABLE(pci, amd_ntb_pci_tbl);