diff options
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index d16f85e4d7..fcd31c05e4 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -394,9 +394,14 @@ #define PCI_DEVICE_ID_ATI_RS785MC_INT_GFX 0x9713 #define PCI_DEVICE_ID_ATI_RS785D_INT_GFX 0x9714 -#define PCI_DEVICE_ID_AMD_SR5650_HT 0x5A13 -#define PCI_DEVICE_ID_AMD_SR5670_HT 0x5A12 -#define PCI_DEVICE_ID_AMD_SR5690_HT 0x5A10 +#define PCI_DEVICE_ID_AMD_RD890TV_HT 0x5956 +#define PCI_DEVICE_ID_AMD_RX780_HT 0x5957 +#define PCI_DEVICE_ID_AMD_RD780_HT 0x5958 +#define PCI_DEVICE_ID_AMD_SR5690_HT 0x5A10 +#define PCI_DEVICE_ID_AMD_RD890_HT 0x5A11 +#define PCI_DEVICE_ID_AMD_SR5670_HT 0x5A12 +#define PCI_DEVICE_ID_AMD_SR5650_HT 0x5A13 +#define PCI_DEVICE_ID_AMD_990FX_HT 0x5A14 #define PCI_DEVICE_ID_AMD_SR5650_PCIE 0x5A12 #define PCI_DEVICE_ID_AMD_SR5650_PCIE_DEV2 0x5A16 #define PCI_DEVICE_ID_AMD_SR5650_PCIE_DEV3 0x5A17 |