> On Apr 7, 2017, at 10:17, Xin LI <delp...@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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"