svn commit: r316591 - head/sys/dev/tpm

Ngie Cooper yaneurabeya at gmail.com
Fri Apr 7 17:59:48 UTC 2017


> On Apr 7, 2017, at 10:17, Xin LI <delphij at gmail.com> wrote:
> 
> No, David's change was correct.
> 
> The code context is something like:
> 
> #ifdef __FreeBSD__
> [...]
> #else /* OpenBSD */
> ...
> #ifdef __FreeBSD__ /* -- this portion got removed -- */
> ...
> #else
> ...
> #endif
> [...]
> #endif

So, in short David enabled suspend/resume support in tpm(4)... (it looks like it was disabled before, just based on the variable names/calls)? Why wasn't that clearly stated in the commit?
Thanks,
-Ngie


More information about the svn-src-all mailing list