NetBSD/sys/dev/dmover
thorpej d0e1416b29 Separate out the immediate value from the input buffer. The immediate
value field can now always be used as an input, and output, or both.

This is especially handy for data movers which can e.g. calculate the
CRC32C of a buffer as it is moved (which requires both a seed [input],
and a place to stash the result [output]).
2003-06-12 17:20:43 +00:00
..
Makefile
dmover_backend.c In dmover_backend_alloc(), make sure we get ninputs from the best_algdesc, 2003-04-26 04:44:18 +00:00
dmover_io.c In dmio_read(), make sure to set DMIO_STATE_READ_WAIT in ds->ds_flags 2003-05-30 11:37:47 +00:00
dmover_io.h
dmover_process.c
dmover_request.c
dmover_session.c
dmover_util.c
dmovervar.h Separate out the immediate value from the input buffer. The immediate 2003-06-12 17:20:43 +00:00
files.dmover
swdmover.c