NTB: Add Hygon Device ID
Signed-off-by: Jiasen Lin <linjiasen@hygon.cn> Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
54ecb8f702
commit
9b5b99a89f
@ -1139,6 +1139,7 @@ static const struct ntb_dev_data dev_data[] = {
|
||||
static const struct pci_device_id amd_ntb_pci_tbl[] = {
|
||||
{ PCI_VDEVICE(AMD, 0x145b), (kernel_ulong_t)&dev_data[0] },
|
||||
{ PCI_VDEVICE(AMD, 0x148b), (kernel_ulong_t)&dev_data[1] },
|
||||
{ PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] },
|
||||
{ 0, }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, amd_ntb_pci_tbl);
|
||||
|
Loading…
Reference in New Issue
Block a user