Date: Mon, 3 Oct 2005 14:19:55 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/xscale/i80321 files.i80321 i80321_aau.c i80321_dma.c i80321_timer.c iq80321.c Message-ID: <200510031419.j93EJtuo086428@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2005-10-03 14:19:55 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/i80321 files.i80321 i80321_timer.c iq80321.c
Added files:
sys/arm/xscale/i80321 i80321_aau.c i80321_dma.c
Log:
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.
Revision Changes Path
1.3 +2 -0 src/sys/arm/xscale/i80321/files.i80321
1.1 +281 -0 src/sys/arm/xscale/i80321/i80321_aau.c (new)
1.1 +339 -0 src/sys/arm/xscale/i80321/i80321_dma.c (new)
1.6 +3 -2 src/sys/arm/xscale/i80321/i80321_timer.c
1.10 +3 -0 src/sys/arm/xscale/i80321/iq80321.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510031419.j93EJtuo086428>
