Home | History | Annotate | Download | only in xscale
History log of /src/sys/arch/arm/xscale/iopaau.c
RevisionDateAuthorComments
 1.18  17-Mar-2019  maxv Hard-align the fields of the structures with __aligned(32), and pass ioff=0
in the pool cache.
 1.17  12-Feb-2012  matt branches: 1.17.48;
Change old-stlye-defintions to C89 prototypes.
Switch to CFATTACH_DECL_NEW/device_t/cfdata_t
Defer attaching interrupt evcnts.

Approved by releng.
 1.16  05-Jan-2008  ad branches: 1.16.44; 1.16.48;
Fix includes.
 1.15  13-Nov-2007  ad branches: 1.15.6;
Make it build again.
 1.14  07-Nov-2007  ad Merge from vmlocking:

- pool_cache changes.
- Debugger/procfs locking fixes.
- Other minor changes.
 1.13  12-Mar-2007  ad branches: 1.13.14; 1.13.16; 1.13.18; 1.13.20; 1.13.24; 1.13.26;
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
the pool's lock.
 1.12  11-Dec-2005  christos branches: 1.12.26; 1.12.30;
merge ktrace-lwp.
 1.11  30-Oct-2003  matt branches: 1.11.16;
Stop some (bogus) gcc unitialized variable warning.
 1.10  29-Apr-2003  thorpej branches: 1.10.2;
Use aprint*().
 1.9  04-Mar-2003  thorpej Cast the argument passed to vtophys() to a vaddr_t.
 1.8  10-Dec-2002  thorpej Error out if we get an unexpected buffer type.
 1.7  04-Aug-2002  thorpej branches: 1.7.2; 1.7.4; 1.7.6;
Add support for "xor5", "xor6", "xor7", and "xor8".
 1.6  03-Aug-2002  thorpej * Define the 8-input, 16-input, and 32-input descriptors.
* Adjust descriptor sync'ing to work with the additional descriptor
formats.
 1.5  03-Aug-2002  thorpej Restructure the iopaau_function slightly to provide greater
flexibility when using different descriptor formats.
 1.4  02-Aug-2002  thorpej Add support for xor2, xor3, and xor4. Fix inverted direction
indications in some bus_dma operations.
 1.3  02-Aug-2002  thorpej Let the "zero" and "fill8" functions share a bunch of code.
 1.2  02-Aug-2002  thorpej Grr, RCS ID tag typo.
 1.1  02-Aug-2002  thorpej Add support for the Intel i80321 I/O Processor's Application Accelerator
Unit. The AAU provides block fill, block copy, XOR, and XOR-parity-check
operations. We currently provide dmover(9) functions for "zero", "fill8",
and "copy".

Much of this code can be shared with the i80312 Companion I/O AAU, and
will be when support for the older chip is implemented.
 1.7.6.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.7.6.1  04-Aug-2002  jdolecek file iopaau.c was added on branch kqueue on 2002-09-06 08:33:13 +0000
 1.7.4.2  30-Aug-2002  gehenna catch up with -current.
 1.7.4.1  04-Aug-2002  gehenna file iopaau.c was added on branch gehenna-devsw on 2002-08-30 00:19:20 +0000
 1.7.2.3  11-Dec-2002  thorpej Sync with HEAD.
 1.7.2.2  13-Aug-2002  nathanw Catch up to -current.
 1.7.2.1  04-Aug-2002  nathanw file iopaau.c was added on branch nathanw_sa on 2002-08-13 02:17:59 +0000
 1.10.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.10.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.10.2.1  03-Aug-2004  skrll Sync with HEAD
 1.11.16.3  21-Jan-2008  yamt sync with head
 1.11.16.2  15-Nov-2007  yamt sync with head.
 1.11.16.1  03-Sep-2007  yamt sync with head.
 1.12.30.2  03-Dec-2007  ad Sync with HEAD.
 1.12.30.1  13-Mar-2007  ad Sync with head.
 1.12.26.1  24-Mar-2007  yamt sync with head.
 1.13.26.2  18-Feb-2008  mjf Sync with HEAD.
 1.13.26.1  19-Nov-2007  mjf Sync with HEAD.
 1.13.24.2  18-Nov-2007  bouyer Sync with HEAD
 1.13.24.1  13-Nov-2007  bouyer Sync with HEAD
 1.13.20.3  09-Jan-2008  matt sync with HEAD
 1.13.20.2  09-Nov-2007  matt Make all the evbarm kernels build again. Fix lossage from rebase.
 1.13.20.1  08-Nov-2007  matt sync with -HEAD
 1.13.18.2  20-Jan-2008  chris Sync to HEAD.
 1.13.18.1  01-Jan-2008  chris Sync with HEAD.
 1.13.16.2  14-Nov-2007  joerg Sync with HEAD.
 1.13.16.1  11-Nov-2007  joerg Sync with HEAD.
 1.13.14.2  28-Feb-2008  rjs Sync with HEAD.
 1.13.14.1  26-Dec-2007  rjs Sync with HEAD.
 1.15.6.1  08-Jan-2008  bouyer Sync with HEAD
 1.16.48.1  18-Feb-2012  mrg merge to -current.
 1.16.44.1  17-Apr-2012  yamt sync with head
 1.17.48.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed