On Fri, 2002-04-26 at 21:17, Leif Delgass wrote:
> 
> It took me awhile to figure out how to properly pass the physical address of
> the buffers to the card.  What I'm doing for pci is using:
> 
> address = (u32) virt_to_phys((void *)buf->address)

That doesn't look right. If the physical and bus address are the same on
i386, that's probably coincidence, you should use something like
virt_to_bus.


-- 
Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

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

Reply via email to