summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-13 19:19:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-13 19:19:37 +0000
commitff9f90c01f6916f68cb064d5f88d34cdd96161d8 (patch)
treef2b724323a76072bdbc7369c1ee750edcacfc95e /sys/dev/acpi
parentb583164c8c80b4bd3e1e972d39927c23033f2ac1 (diff)
MSFT0101 must require some special handling, since this breaks
suspend on some machines. Back out until more known.
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/tpm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/tpm.c b/sys/dev/acpi/tpm.c
index 28ee3321201..bc353068a0e 100644
--- a/sys/dev/acpi/tpm.c
+++ b/sys/dev/acpi/tpm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tpm.c,v 1.4 2019/04/04 22:20:28 edd Exp $ */
+/* $OpenBSD: tpm.c,v 1.5 2019/04/13 19:19:36 deraadt Exp $ */
/*
* Minimal interface to Trusted Platform Module chips implementing the
@@ -194,7 +194,6 @@ const char *tpm_hids[] = {
"BCM0102",
"NSC1200",
"ICO0102",
- "MSFT0101",
NULL
};