diff options
author | 2016-08-03 17:23:38 +0000 | |
---|---|---|
committer | 2016-08-03 17:23:38 +0000 | |
commit | 14f073114fd7531cb635d19b239c0d71db09fed9 (patch) | |
tree | 73ba520ba03e6cbc94576e1f67da5f9befc3dd0e /sys/dev/acpi/files.acpi | |
parent | Use atomic operations to manipulate event masking bits (diff) | |
download | wireguard-openbsd-14f073114fd7531cb635d19b239c0d71db09fed9.tar.xz wireguard-openbsd-14f073114fd7531cb635d19b239c0d71db09fed9.zip |
add a minimal TPM 1.2 driver just to issue a "save state" command
before suspending, in order to fix suspend/resume on some newer
machines.
more cleanup and TPM 2.0 support coming later.
earlier version ok pirofti
ok deraadt
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index 7031408b5ae..793e623aef3 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.34 2016/07/30 16:25:04 jcs Exp $ +# $OpenBSD: files.acpi,v 1.35 2016/08/03 17:23:38 jcs Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -140,3 +140,8 @@ file dev/acpi/acpicbkbd.c acpicbkbd device acpials attach acpials at acpi file dev/acpi/acpials.c acpials + +# Trusted Platform Module +device tpm +attach tpm at acpi +file dev/acpi/tpm.c tpm |