diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-05-13 17:06:00 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-05-13 17:07:26 -0400 |
commit | 0a84f2760eccf07781ae6c3f55d2d246c155c9ce (patch) | |
tree | ab6dd097e255f138b7bbd6998230f40d073b8e34 /src/radeon_chipset_gen.h | |
parent | 6cee1eaebfcef2b2d2c51ec30c31260fd98b564e (diff) |
radeon: add Hainan 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index bebdd885..2ae7cc93 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -612,5 +612,11 @@ SymTabRec RADEONChipsets[] = { { PCI_CHIP_OLAND_6621, "OLAND" }, { PCI_CHIP_OLAND_6623, "OLAND" }, { PCI_CHIP_OLAND_6631, "OLAND" }, + { PCI_CHIP_HAINAN_6660, "HAINAN" }, + { PCI_CHIP_HAINAN_6663, "HAINAN" }, + { PCI_CHIP_HAINAN_6664, "HAINAN" }, + { PCI_CHIP_HAINAN_6665, "HAINAN" }, + { PCI_CHIP_HAINAN_6667, "HAINAN" }, + { PCI_CHIP_HAINAN_666F, "HAINAN" }, { -1, NULL } }; |