Roland Scheidegger wrote:
- added core drm version (that should help people like me who try to use
the wrong radeon module and it doesn't work...) (only compile-tested,
sigh. Of course when doing this I managed to break the non-core version. You need to use the attached one-liner to get it to compile again (it's not even hyperz related, there just was a chip id missing in the non-core version which I added which promptly broke the build - cause it's also a new chip family...).

Roland
Index: radeon_drv.h
===================================================================
RCS file: /cvs/dri/drm/shared/radeon_drv.h,v
retrieving revision 1.36
diff -u -r1.36 radeon_drv.h
--- radeon_drv.h        23 Oct 2004 06:25:56 -0000      1.36
+++ radeon_drv.h        5 Nov 2004 01:56:12 -0000
@@ -44,6 +44,7 @@
        CHIP_RV280,
        CHIP_R300,
        CHIP_RS300,
+       CHIP_RV350,
        CHIP_LAST,
 };
 

Reply via email to