Add Radeon 9600 AS detection (by Adam K Kirchhoff <adamk AT voicenet DOT com>)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16460 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2006-02-18 16:18:39 +00:00
parent 721a0fe3e4
commit 9847757f59

View File

@ -89,6 +89,7 @@
// rv350
#define DEVICE_ID_RADEON_AP 0x4150
#define DEVICE_ID_RADEON_AQ 0x4151
#define DEVICE_ID_RADEON_AS 0x4153
// m10
#define DEVICE_ID_RADEON_NP 0x4e50
@ -195,6 +196,7 @@ RadeonDevice radeon_device_list[] = {
// RV350
{ DEVICE_ID_RADEON_AP, rt_rv350, "Radeon 9600 AP" },
{ DEVICE_ID_RADEON_AQ, rt_rv350, "Radeon 9600 AQ" },
{ DEVICE_ID_RADEON_AS, rt_rv350, "Radeon 9600 AS" },
// M10 (based on rv350)
{ DEVICE_ID_RADEON_NP, rt_m10, "Radeon Mobility 9600 NP" },