diff options
author | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-02-28 00:52:53 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-02-28 00:52:53 +0000 |
commit | 5ff8fb2bea1fe7d14db53c19ff3a3a56668ec417 (patch) | |
tree | 34f74341f871b66d620104e0b4110e9b46093cf4 /src/atichip.h | |
parent | 1574b41a0f894f9b6e30d3ee94e596695a4c64f0 (diff) |
Add the newly added (and tons of previously forgotten ones) pci ids to the
ati wrapper too (probably not required for it to work as everything
should default to radeon anyway there).
Diffstat (limited to 'src/atichip.h')
-rw-r--r-- | src/atichip.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/atichip.h b/src/atichip.h index 9d6a8e12..f0d68276 100644 --- a/src/atichip.h +++ b/src/atichip.h @@ -108,7 +108,12 @@ typedef enum ATI_CHIP_RV370, /* RV370/M22 */ ATI_CHIP_RV380, /* RV380/M24 */ ATI_CHIP_R420, /* R420/M18 */ - ATI_CHIP_R423, /* R423 */ + ATI_CHIP_R423, /* R423/M28? */ + ATI_CHIP_R430, /* R430 */ + ATI_CHIP_R480, /* R480/M28? */ + ATI_CHIP_R481, /* R481 */ + ATI_CHIP_RV410, /* RV410, M26 */ + ATI_CHIP_RS400, /* RS400, RS410, RS480, RS482, ... */ ATI_CHIP_Radeon, /* Last among Radeon's */ ATI_CHIP_HDTV /* HDTV */ } ATIChipType; |