[openbeos] Re: Diff for Radeon 9600 AS

Adam K Kirchhoff wrote:


I have a Radeon 9600 AS that works with the radeon driver, but only after it's added to the detect.c file... I'm attaching a very simple patch. If someone could apply it, it'd be greatly appreciated. Thanks!


Adam



Let's try this again... This time with the patch.

Adam

--- detect.c.orig       Sat Feb 18 09:56:09 2006
+++ detect.c    Sat Feb 18 09:56:01 2006
@@ -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 @@
        // 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" },

Other related posts: