lkml.org 
[lkml]   [2001]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Question about ioremap and io_remap_page_range

On Thu, 27 Sep 2001, [GB2312] Êæ¹úÇ¿ wrote:

> Here is some rather basic questions I want ask ,any reply or comment
> please CC to my emailbox,thank you very much.
>
> When I work with kernel 2.4.2 in Intel X86 , I use
>
> VIRT_ADDR = ioremap(BUS_ADDR); to map a section of PCI memory, and
> X_ADDR = virt_to_phys(VIRT_ADDR);

i'd suggest to read Documentation/DMA-mapping.txt in any recent kernel
source, the bus_to_virt()/virt_to_phys() interface is obsolete and has
been replaced by the pci_alloc_*/pci_map_*/pci_free_*() dynamic
DMA-mapping API. You can find some nice examples of usage in
drivers/net/*.c.

Ingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:03    [W:0.086 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site