History log of /src/sys/arch/arm/xscale/i80321_aau.c |
Revision | | Date | Author | Comments |
1.15 |
| 12-Feb-2012 |
matt | Change old-stlye-defintions to C89 prototypes. Switch to CFATTACH_DECL_NEW/device_t/cfdata_t Defer attaching interrupt evcnts.
Approved by releng.
|
1.14 |
| 05-Jan-2009 |
briggs | branches: 1.14.14; 1.14.18; Don't try to use iopaau_desc_4/8_cache before they're initialized.
|
1.13 |
| 27-Apr-2008 |
matt | branches: 1.13.8; 1.13.10; Merge kernel changes in matt-armv6 to HEAD.
|
1.12 |
| 05-Jan-2008 |
ad | branches: 1.12.6; 1.12.8; 1.12.10; Fix includes.
|
1.11 |
| 20-Nov-2007 |
ad | branches: 1.11.6; For the last time, compile!
|
1.10 |
| 17-Nov-2007 |
ad | Make it compile.
|
1.9 |
| 29-Apr-2003 |
thorpej | branches: 1.9.18; 1.9.60; 1.9.76; 1.9.78; 1.9.80; 1.9.82; 1.9.86; 1.9.88; Use aprint*().
|
1.8 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.7 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.6 |
| 27-Sep-2002 |
thorpej | Rather than referencing the cfdriver directly in the cfdata entries, instead use a string naming the driver. The cfdriver is then looked up in a list which is built at run-time.
|
1.5 |
| 04-Aug-2002 |
thorpej | branches: 1.5.2; 1.5.4; 1.5.6; Add support for "xor5", "xor6", "xor7", and "xor8".
|
1.4 |
| 03-Aug-2002 |
thorpej | Restructure the iopaau_function slightly to provide greater flexibility when using different descriptor formats.
|
1.3 |
| 02-Aug-2002 |
thorpej | Add support for xor2, xor3, and xor4. Fix inverted direction indications in some bus_dma operations.
|
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.5.6.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.5.6.2 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.5.6.1 |
| 04-Aug-2002 |
jdolecek | file i80321_aau.c was added on branch kqueue on 2002-09-06 08:33:08 +0000
|
1.5.4.2 |
| 30-Aug-2002 |
gehenna | catch up with -current.
|
1.5.4.1 |
| 04-Aug-2002 |
gehenna | file i80321_aau.c was added on branch gehenna-devsw on 2002-08-30 00:19:18 +0000
|
1.5.2.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.5.2.2 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.5.2.1 |
| 04-Aug-2002 |
nathanw | file i80321_aau.c was added on branch nathanw_sa on 2002-08-13 02:17:58 +0000
|
1.9.88.3 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.9.88.2 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.9.88.1 |
| 19-Nov-2007 |
mjf | Sync with HEAD.
|
1.9.86.2 |
| 21-Nov-2007 |
bouyer | Sync with HEAD
|
1.9.86.1 |
| 18-Nov-2007 |
bouyer | Sync with HEAD
|
1.9.82.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.9.82.1 |
| 09-Nov-2007 |
matt | Make all the evbarm kernels build again. Fix lossage from rebase.
|
1.9.80.2 |
| 20-Jan-2008 |
chris | Sync to HEAD.
|
1.9.80.1 |
| 01-Jan-2008 |
chris | Sync with HEAD.
|
1.9.78.1 |
| 21-Nov-2007 |
joerg | Sync with HEAD.
|
1.9.76.2 |
| 28-Feb-2008 |
rjs | Sync with HEAD.
|
1.9.76.1 |
| 26-Dec-2007 |
rjs | Sync with HEAD.
|
1.9.60.1 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.9.18.2 |
| 21-Jan-2008 |
yamt | sync with head
|
1.9.18.1 |
| 07-Dec-2007 |
yamt | sync with head
|
1.11.6.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.12.10.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.12.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.12.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.12.6.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.12.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.13.10.1 |
| 09-Jan-2009 |
snj | Pull up following revision(s) (requested by briggs in ticket #237): sys/arch/arm/xscale/i80321_aau.c: revision 1.14 Don't try to use iopaau_desc_4/8_cache before they're initialized.
|
1.13.8.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.14.18.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.14.14.1 |
| 17-Apr-2012 |
yamt | sync with head
|