diff options
author | Dave Airlie <airlied@linux.ie> | 2008-07-08 11:09:01 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-07-08 11:12:35 +1000 |
commit | b4d1a47b5c6eafda5e274398eebe2701b030f22e (patch) | |
tree | 30acaa0d7ecd990fb73548d714a2d219e009bbbf /src/radeon_chipset_gen.h | |
parent | 7ae4cec8cc8c90aee5dc4fa7abcce22321d4f4eb (diff) |
rv770 initial support
adds pci ids and one register from AMD code
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 9d309bb4..0b5da5dc 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -251,6 +251,8 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_R600_940A, "ATI FireGL V8650" }, { PCI_CHIP_R600_940B, "ATI FireGL V8600" }, { PCI_CHIP_R600_940F, "ATI FireGL V7600" }, + { PCI_CHIP_RV770_9440, "ATI Radeon 4800 Series" }, + { PCI_CHIP_RV770_9442, "ATI Radeon 4800 Series" }, { PCI_CHIP_RV610_94C0, "ATI RV610" }, { PCI_CHIP_RV610_94C1, "ATI Radeon HD 2400 XT" }, { PCI_CHIP_RV610_94C3, "ATI Radeon HD 2400 Pro" }, |