bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cache coherency in DMA and MMIO


From: Samuel Thibault
Subject: Re: cache coherency in DMA and MMIO
Date: Sun, 2 May 2010 14:51:02 +0200
User-agent: Mutt/1.5.12-2006-07-14

Da Zheng, le Sun 02 May 2010 20:36:28 +0800, a écrit :
> On 10-4-23 下午7:37, Samuel Thibault wrote:
> > Depends on how you use the mem device. It it ends up using pmap_enter()
> > to actually fill the page table, it will notice whether your physical
> > addresses are within RAM or above, see the code there.
> I think I find the code to do that.
>             if (machine_slot[cpu_number()].cpu_type >= CPU_TYPE_I486
>                 && pa >= phys_last_addr)
>                 template |= INTEL_PTE_NCACHE|INTEL_PTE_WTHRU;

Yes, that's it.

> The MMIO address of e1000 is at 0xd8920000 and 0xd8900000. I even insert print
> in the code to confirm that the MMIO address has been set non-cache.

Ok.

Samuel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]