diff options
author | Alex Deucher <alex@cube.(none)> | 2008-05-14 13:36:38 -0400 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-05-14 13:36:38 -0400 |
commit | 71fa57f871dba03260dba2180ce1dab44048ac1a (patch) | |
tree | e403c73f05d7ce87c4e5265cb18eb654b23f7934 /src/radeon_chipset_gen.h | |
parent | 582c1a1b2c7b1032e9f9f54ca36100c57f580c5c (diff) |
Add RS600 support
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 b6688232..b60e7e8f 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -235,6 +235,9 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RS350_7835, "ATI Radeon Mobility 9200 IGP 7835" }, { PCI_CHIP_RS690_791E, "ATI Radeon X1200" }, { PCI_CHIP_RS690_791F, "ATI Radeon X1200" }, + { PCI_CHIP_RS600_793F, "ATI Radeon X1200" }, + { PCI_CHIP_RS600_7941, "ATI Radeon X1200" }, + { PCI_CHIP_RS600_7942, "ATI Radeon X1200" }, { PCI_CHIP_RS740_796C, "ATI RS740" }, { PCI_CHIP_RS740_796D, "ATI RS740M" }, { PCI_CHIP_RS740_796E, "ATI RS740" }, |