Module Name: src Committed By: riastradh Date: Sat Jun 13 18:42:22 UTC 2020
Modified Files:
src/sys/dev: cgd.c
Log Message:
Move cgd selftest from module init to cgdattach.
This defers it until considerably later at boot, after cpu_attach has
run, which will be needed in order to make AES-NI work.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/dev/cgd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
