summaryrefslogtreecommitdiff
path: root/src/radeon_chipset_gen.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-03-22 01:31:30 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-03-22 01:32:46 -0400
commit2fe6b393d9dbb193d4f0a3351ad76618cda07e2c (patch)
tree9bf1fe915e0b30b8c35f8d04f2c1486011d989c0 /src/radeon_chipset_gen.h
parent1ddee7cd6fd267b2fc86f21af27c5425eb0835a4 (diff)
radeon: add new chip ids
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r--src/radeon_chipset_gen.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h
index bc5bd1a8..caa497a3 100644
--- a/src/radeon_chipset_gen.h
+++ b/src/radeon_chipset_gen.h
@@ -350,6 +350,11 @@ static SymTabRec RADEONChipsets[] = {
{ PCI_CHIP_RS780_9613, "ATI Radeon 3100 Graphics" },
{ PCI_CHIP_RS780_9614, "ATI Radeon HD 3300 Graphics" },
{ PCI_CHIP_RS780_9615, "ATI Radeon HD 3200 Graphics" },
- { PCI_CHIP_RS780_9616, "ATI Radeon HD 3000 Graphics" },
+ { PCI_CHIP_RS780_9616, "ATI Radeon 3000 Graphics" },
+ { PCI_CHIP_RS880_9710, "ATI Radeon HD Graphics" },
+ { PCI_CHIP_RS880_9711, "ATI Radeon Graphics" },
+ { PCI_CHIP_RS880_9712, "ATI Mobility Radeon HD Graphics" },
+ { PCI_CHIP_RS880_9713, "ATI Mobility Radeon Graphics" },
+ { PCI_CHIP_RS880_9714, "ATI Radeon Graphics" },
{ -1, NULL }
};