Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 07/30/2003 18:45:33
Module Name:	src
Committed By:	jonathan
Date:		Wed Jul 30 18:45:33 UTC 2003

Modified Files:
	src/sys/kern: init_main.c
	src/sys/opencrypto: crypto.c cryptodev.h

Log Message:
Move the initialization of the crypto framework from the userland
pseudo-device to init_main(), so the framework is ready for
registration requests at autoconfiguration time.

Thanks to Quentin Garnier for confirming the change was required, and
for testing a similar fix.


To generate a diff of this commit:
cvs rdiff -r1.221 -r1.222 src/sys/kern/init_main.c
cvs rdiff -r1.1 -r1.2 src/sys/opencrypto/crypto.c
cvs rdiff -r1.2 -r1.3 src/sys/opencrypto/cryptodev.h

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