Subject: CVS commit: src/sys/opencrypto
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 04/29/2004 02:17:36
Module Name:	src
Committed By:	jonathan
Date:		Thu Apr 29 02:17:36 UTC 2004

Modified Files:
	src/sys/opencrypto: crypto.c

Log Message:
Change control knob  for /dev/crypto to only allow requests which
will be hardware-accelerated. Avoids copyin()/copyout() overhead and
spending exceessive tie inside the kernel.

Pullup after: 24 hours, or confirmation by Jason Thorpe that this is the
consensus tech-kern agreed upon last summer.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/opencrypto/crypto.c

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