To the ones testing the Mach64 PCI devices.

I think that the problem is in the mach64.h file:

...
/* General customization:
 */
#define __HAVE_AGP              1
#define __MUST_HAVE_AGP         1
#define __HAVE_MTRR             1
...

You should change:
#define __MUST_HAVE_AGP         1

by

#define __MUST_HAVE_AGP  0

I think this should be the define to use for all the mach64 cards, and in all 
the driver we must honour this define when trying to do AGP related stuff.

With __MUST_HAVE_AGP=0 the driver will try to load the agpgart module. If 
this is not possible, the error would not be fatal. I'm not 100% sure about 
this, but it seems logical.

Best regards.

--
Manuel Teira.



_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to