diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-08 10:47:10 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-08 10:47:10 +1000 |
commit | 7f4db96123fdcba9874226352802d702c2a498bd (patch) | |
tree | ff8cdc73793939d47d6687cc8acfea6ecc87f0be /src/radeon_chipset_gen.h | |
parent | e8899b9978291c62a65f468c92f340f65ad5479d (diff) |
add rv670 pciids
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 0c3fc96e..e6890be2 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -258,6 +258,12 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV610_94C9, "ATI Mobility Radeon HD 2400" }, { PCI_CHIP_RV610_94CB, "ATI ATI RADEON E2400" }, { PCI_CHIP_RV610_94CC, "ATI RV610" }, + { PCI_CHIP_RV670_9500, "ATI RV670" }, + { PCI_CHIP_RV670_9501, "ATI Radeon HD3870" }, + { PCI_CHIP_RV670_9505, "ATI Radeon HD3850" }, + { PCI_CHIP_RV670_9507, "ATI RV670" }, + { PCI_CHIP_RV670_950F, "ATI Radeon HD3870 X2" }, + { PCI_CHIP_RV670_9511, "ATI FireGL V7700" }, { PCI_CHIP_RV630_9580, "ATI RV630" }, { PCI_CHIP_RV630_9581, "ATI Mobility Radeon HD 2600" }, { PCI_CHIP_RV630_9583, "ATI Mobility Radeon HD 2600 XT" }, |