Module Name: src Committed By: riastradh Date: Mon Jan 4 18:27:00 UTC 2021
Modified Files: src/sys/dev/ic: tpm.c tpmreg.h tpmvar.h Log Message: dev/ic/tpm: Take advantage of entropy source if available. If the tpm is deactivated, though, detach the entropy source so we don't continue to try polling it -- it can't be activated without a reboot anyway. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/tpm.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/tpmreg.h cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/tpmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.