From 5ff8fb2bea1fe7d14db53c19ff3a3a56668ec417 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger <rscheidegger_lists@hispeed.ch> Date: Tue, 28 Feb 2006 00:52:53 +0000 Subject: 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). --- src/atichip.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/atichip.h') 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; -- cgit v1.2.3