diff options
author | Yazen Ghannam <yazen.ghannam@amd.com> | 2020-01-10 04:56:49 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-01-16 19:09:18 +0300 |
commit | b3f79ae45904ae987a7c06a9e8d6084d7b73e67f (patch) | |
tree | d8abf6b4a389f9099d916cef554d9e828b3cff91 /include/linux/pci_ids.h | |
parent | 9f6aef86315ac31481a288ba1b3f43b2aac93757 (diff) | |
download | linux-b3f79ae45904ae987a7c06a9e8d6084d7b73e67f.tar.xz |
x86/amd_nb: Add Family 19h PCI IDs
Add the new PCI Device 18h IDs for AMD Family 19h systems. Note that
Family 19h systems will not have a new PCI root device ID.
Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200110015651.14887-4-Yazen.Ghannam@amd.com
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 2302d133af6f..352c0d708720 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -549,6 +549,7 @@ #define PCI_DEVICE_ID_AMD_17H_M10H_DF_F3 0x15eb #define PCI_DEVICE_ID_AMD_17H_M30H_DF_F3 0x1493 #define PCI_DEVICE_ID_AMD_17H_M70H_DF_F3 0x1443 +#define PCI_DEVICE_ID_AMD_19H_DF_F3 0x1653 #define PCI_DEVICE_ID_AMD_CNB17H_F3 0x1703 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001 |