summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botchco.com>2008-06-09 16:58:06 -0400
committerAlex Deucher <alex@botchco.com>2008-06-09 16:58:06 -0400
commit4b8aecbde8e62af5370d5401d49a8ab8d089fe8e (patch)
treefe37f5f59ce0649b4b163a3320c86e5c797e7945 /shared-core/radeon_drv.h
parentf6982b54c96bc871df94d01abad72a501e87aa65 (diff)
RADEON: Add untested support for RS400 chips
GART setup appears to work the same as RS480 chips. Also RC4xx chips are actually RS400 based, not RS480 based.
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r--shared-core/radeon_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h
index 1b59f871..760e0573 100644
--- a/shared-core/radeon_drv.h
+++ b/shared-core/radeon_drv.h
@@ -124,6 +124,7 @@ enum radeon_family {
CHIP_RV380,
CHIP_R420,
CHIP_RV410,
+ CHIP_RS400,
CHIP_RS480,
CHIP_RS690,
CHIP_RV515,