summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/tpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unrevert, i missed deraadt's commit with the proper fixtedu2019-05-151-1/+2
* revert previous, since it makes jmc's machine print an extra newline.tedu2019-05-151-2/+1
* if \n is added in attach, then tpm_init() should skip it.deraadt2019-05-151-3/+3
* print a newline for attach. from f holoptedu2019-05-131-1/+2
* MSFT0101 must require some special handling, since this breaksderaadt2019-04-131-2/+1
* Make tpm(4) attach to MSFT0101 chips.edd2019-04-041-1/+2
* acpi: clean up some inconsistent style in the hid matching arraysmlarkin2018-07-011-2/+2
* Add the resource index to aml_parse_resource() callback function.pirofti2016-10-251-3/+3
* add a minimal TPM 1.2 driver just to issue a "save state" commandjcs2016-08-031-0/+653