diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2012-08-06 11:00:45 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2012-08-06 11:00:45 -0400 |
commit | aef90993621331f01d17b95a751d4924d77eed0c (patch) | |
tree | 70c86fa09f9345831eacc6185e0d162cdf51dbac /src/radeon_chipset_gen.h | |
parent | 6ef1ad6a46348d3aecd8d1f5e94431ca2298853c (diff) |
radeon: add some new SI pci ids
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 8e887acc..4808eaa0 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -550,9 +550,12 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_PITCAIRN_6800, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6801, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6802, "PITCAIRN" }, + { PCI_CHIP_PITCAIRN_6806, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6808, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6809, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6810, "PITCAIRN" }, + { PCI_CHIP_PITCAIRN_6816, "PITCAIRN" }, + { PCI_CHIP_PITCAIRN_6817, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6818, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_6819, "PITCAIRN" }, { PCI_CHIP_PITCAIRN_684C, "PITCAIRN" }, |