bus_dma (9). What exactly means "Loading of memory allocation" ?

Alexej Sokolov bsd.quest at googlemail.com
Sun Feb 1 12:37:56 PST 2009


Hi,
at first the cut of text from man (9) bus_dma:
bus_dmamap_t
             A machine-dependent opaque type describing an individual
mapping.
             One map is used for each memory allocation that will be loaded.
             Maps can be reused once they have been unloaded...

Question: What exactly means "Loading of memory allocation" in this context
?
Could anyone explain it or give me some little example with DMA functions
for understanding it.

Thanks a lot,
Alexej


More information about the freebsd-hackers mailing list