Subject: CVS commit: src/sys/dev/dmover
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/12/2003 17:20:44
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.