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

Ngie Cooper yaneurabeya at gmail.com
Fri Apr 7 18:02:08 UTC 2017


> On Apr 7, 2017, at 10:59, Ngie Cooper <yaneurabeya at gmail.com> wrote:
> 
> 
>> 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?

Bah. I missed the nested FreeBSD in OpenBSD comment.. nevermind the part about enabling power support. It's too early for me to be thinking critically I guess..


More information about the svn-src-head mailing list