> Does anyone know how one might place a restriction on a PCM driver's DMA
> buffer
> that it not cross a (physical) 64k boundary?

The 'boundary' argument to bus_dma_tag_create() exists for this purpose.
When you're setting up the tag before calling bus_dmamem_alloc() to 
actually allocate the memory, you can stipulate alignment and boundary 
constraints.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to