diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-04-25 14:19:37 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-04-25 14:19:37 -0400 |
commit | 6216b5aa3793abe71b864170bc9d4d745f027328 (patch) | |
tree | 8da24197d44515d7ad013054fa7b29c2da2491a4 /src/radeon_chipset_gen.h | |
parent | fd5903f15b36555bf1ccc1c3865c9fffd499128a (diff) |
radeon: add new richland pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index ec039fc1..bebdd885 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -545,6 +545,8 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_ARUBA_9999, "ARUBA" }, { PCI_CHIP_ARUBA_999A, "ARUBA" }, { PCI_CHIP_ARUBA_999B, "ARUBA" }, + { PCI_CHIP_ARUBA_999C, "ARUBA" }, + { PCI_CHIP_ARUBA_999D, "ARUBA" }, { PCI_CHIP_ARUBA_99A0, "ARUBA" }, { PCI_CHIP_ARUBA_99A2, "ARUBA" }, { PCI_CHIP_ARUBA_99A4, "ARUBA" }, |