History log of /netbsd/sys/arch/arm/xscale/i80321_aau.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 0f537b78 12-Feb-2012 matt <matt@NetBSD.org>

Change old-stlye-defintions to C89 prototypes.
Switch to CFATTACH_DECL_NEW/device_t/cfdata_t
Defer attaching interrupt evcnts.

Approved by releng.


# 91d14901 05-Jan-2009 briggs <briggs@NetBSD.org>

Don't try to use iopaau_desc_4/8_cache before they're initialized.


# 825088ed 27-Apr-2008 matt <matt@NetBSD.org>

Merge kernel changes in matt-armv6 to HEAD.


# c29520cb 05-Jan-2008 ad <ad@NetBSD.org>

Fix includes.


# a72bb4a2 20-Nov-2007 ad <ad@NetBSD.org>

For the last time, compile!


# e15eca1b 17-Nov-2007 ad <ad@NetBSD.org>

Make it compile.


# b43b1645 29-Apr-2003 thorpej <thorpej@NetBSD.org>

Use aprint*().


# c5e91d44 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# 9a711d69 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# d1ad2ac4 27-Sep-2002 thorpej <thorpej@NetBSD.org>

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.


# 0aa15bdf 04-Aug-2002 thorpej <thorpej@NetBSD.org>

Add support for "xor5", "xor6", "xor7", and "xor8".


# a39c3378 03-Aug-2002 thorpej <thorpej@NetBSD.org>

Restructure the iopaau_function slightly to provide greater
flexibility when using different descriptor formats.


# c070073d 02-Aug-2002 thorpej <thorpej@NetBSD.org>

Add support for xor2, xor3, and xor4. Fix inverted direction
indications in some bus_dma operations.


# 321a514c 02-Aug-2002 thorpej <thorpej@NetBSD.org>

Grr, RCS ID tag typo.


# 036da55e 02-Aug-2002 thorpej <thorpej@NetBSD.org>

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) function

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.

show more ...