On Sun, 13 Feb 2005 19:02:40 +0100, Dario Laera <[EMAIL PROTECTED]> wrote:
> Fionn Behrens wrote:
 
> --- Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h     2005-02-12 
> 21:37:07.000000000 +0100
> +++ Mesa.up/src/mesa/drivers/dri/radeon/server/radeon_macros.h  2005-02-13 
> 17:24:40.288843552 +0100
> @@ -45,7 +45,7 @@
>  #  define MMIO_IN8(base, offset) \
>         *(volatile unsigned char *)(((unsigned char*)(base)) + (offset))
>  #  define MMIO_IN32(base, offset) \
> -       read_MMIO_LE32(base, addr)
> +       read_MMIO_LE32(base, offset)
>  #  define MMIO_OUT8(base, offset, val) \
>         *(volatile unsigned char *)(((unsigned char*)(base)) + (offset)) = 
> (val)
>  #  define MMIO_OUT32(base, offset, val) \

Do you have lastest Mesa checkout ? Maybe Michel
has applied the wrong patch to mesa cvs. I will check
this.

Jerome Glisse


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to