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:
@@ -89,6 +89,7 @@
|
|||||||
// rv350
|
// rv350
|
||||||
#define DEVICE_ID_RADEON_AP 0x4150
|
#define DEVICE_ID_RADEON_AP 0x4150
|
||||||
#define DEVICE_ID_RADEON_AQ 0x4151
|
#define DEVICE_ID_RADEON_AQ 0x4151
|
||||||
|
#define DEVICE_ID_RADEON_AS 0x4153
|
||||||
|
|
||||||
// m10
|
// m10
|
||||||
#define DEVICE_ID_RADEON_NP 0x4e50
|
#define DEVICE_ID_RADEON_NP 0x4e50
|
||||||
@@ -195,6 +196,7 @@ RadeonDevice radeon_device_list[] = {
|
|||||||
// RV350
|
// RV350
|
||||||
{ DEVICE_ID_RADEON_AP, rt_rv350, "Radeon 9600 AP" },
|
{ DEVICE_ID_RADEON_AP, rt_rv350, "Radeon 9600 AP" },
|
||||||
{ DEVICE_ID_RADEON_AQ, rt_rv350, "Radeon 9600 AQ" },
|
{ DEVICE_ID_RADEON_AQ, rt_rv350, "Radeon 9600 AQ" },
|
||||||
|
{ DEVICE_ID_RADEON_AS, rt_rv350, "Radeon 9600 AS" },
|
||||||
|
|
||||||
// M10 (based on rv350)
|
// M10 (based on rv350)
|
||||||
{ DEVICE_ID_RADEON_NP, rt_m10, "Radeon Mobility 9600 NP" },
|
{ DEVICE_ID_RADEON_NP, rt_m10, "Radeon Mobility 9600 NP" },
|
||||||
|
|||||||
Reference in New Issue
Block a user