[openbeos] Re: Diff for Radeon 9600 AS
- From: Adam K Kirchhoff <adamk@xxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sat, 18 Feb 2006 10:10:29 -0500
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" },
- Follow-Ups:
- [openbeos] Re: Diff for Radeon 9600 AS
- From: François Revol
- References:
- [openbeos] Diff for Radeon 9600 AS
- From: Adam K Kirchhoff
Other related posts:
- » [openbeos] Diff for Radeon 9600 AS
- » [openbeos] Re: Diff for Radeon 9600 AS
- » [openbeos] Re: Diff for Radeon 9600 AS
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.
- [openbeos] Re: Diff for Radeon 9600 AS
- From: François Revol
- [openbeos] Diff for Radeon 9600 AS
- From: Adam K Kirchhoff