Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/dmover



Module Name:    src
Committed By:   thorpej
Date:           Thu Jun 12 17:20:44 UTC 2003

Modified Files:
        src/sys/dev/dmover: dmovervar.h

Log Message:
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]).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/dmover/dmovervar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index