History log of /netbsd-src/sys/dev/dmover/dmover_util.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# a2a587d6 19-Jul-2003 thorpej <thorpej@NetBSD.org>

Add a well-known dmover function name for the CRC32C used by the iSCSI
protocol.


# 16003abd 04-Aug-2002 thorpej <thorpej@NetBSD.org>

Add standard names for 5-, 6-, 7-, and 8-way XOR.


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

Add "xor2", "xor3", and "xor4" function names, which perform an
XOR on 2, 3, and 4 input streams, respectively.


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

dmover(9) -- an interface to hardware-assisted data movers. This allows
clients to use a hardware-assisted data mover to clear a region of memory,
fill a region of memory with a specific value, copy

dmover(9) -- an interface to hardware-assisted data movers. This allows
clients to use a hardware-assisted data mover to clear a region of memory,
fill a region of memory with a specific value, copy a region of memory,
and perform simple boolean operations such as XOR on multiple regions
of memory.

Included here is a software back-end which can serve as an example of
how to write a back-end (and also provides a fall-back in case hardware
for a given function is not available), as well as a dmoverio(4) pseudo-
device which provides access to dmover(9) to userland via a message
passing interface.

dmover(9) is still a work-in-progress -- a few minor changes to the
interface are expected.

show more ...