File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 44
44
#define PCI_DEVICE_ID_AMD_19H_M70H_DF_F4 0x14f4
45
45
#define PCI_DEVICE_ID_AMD_19H_M78H_DF_F4 0x12fc
46
46
#define PCI_DEVICE_ID_AMD_1AH_M00H_DF_F4 0x12c4
47
+ #define PCI_DEVICE_ID_AMD_1AH_M60H_DF_F4 0x124c
48
+ #define PCI_DEVICE_ID_AMD_1AH_M70H_DF_F4 0x12bc
47
49
#define PCI_DEVICE_ID_AMD_MI200_DF_F4 0x14d4
48
50
#define PCI_DEVICE_ID_AMD_MI300_DF_F4 0x152c
49
51
@@ -125,6 +127,8 @@ static const struct pci_device_id amd_nb_link_ids[] = {
125
127
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_19H_M78H_DF_F4 ) },
126
128
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_CNB17H_F4 ) },
127
129
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M00H_DF_F4 ) },
130
+ { PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M60H_DF_F4 ) },
131
+ { PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M70H_DF_F4 ) },
128
132
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_MI200_DF_F4 ) },
129
133
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_MI300_DF_F4 ) },
130
134
{}
You can’t perform that action at this time.
0 commit comments