History log of /freebsd-9.3-release/sys/arm/xscale/i80321/i80321_dma.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 156212 02-Mar-2006 cognet

Use BUS_DMA_COHERENT.


# 153279 09-Dec-2005 cognet

- Better use of the busdma API.
- Use spin locks instead of sleep locks.


# 150872 03-Oct-2005 cognet

Import dummy drivers for the i80321 DMA controller and AAU.
The DMA controller driver only knows how to do memory to memory copies, and
the AAU driver how to zero a chunk of memory.
Use them to process big (>=1KB) copying/zeroing.