On 2002.04.30 22:07 José Fonseca wrote: > ... Next in mach64_drv.h, let's try the following definitions for the > MMIO: > > #define MACH64_READ(reg) readl(MACH64_ADDR(reg)) > #define MACH64_WRITE(reg,val) writel(MACH64_ADDR(val, reg)) >
Sorry, i've mistaken writting it. It's instead #define MACH64_READ(reg) readl(MACH64_ADDR(reg)) #define MACH64_WRITE(reg,val) writel(val, MACH64_ADDR(reg)) José Fonseca _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel