summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-04-13 19:19:36 +0000
committerderaadt <deraadt@openbsd.org>2019-04-13 19:19:36 +0000
commit07392f17439228a8812f4b0b49ec6b4069679e41 (patch)
treedc6f3920ce19ae7b5a4f4f84676b70a8b2180554 /sys
parentNull out pointers on asprintf() failure. (diff)
downloadwireguard-openbsd-07392f17439228a8812f4b0b49ec6b4069679e41.tar.xz
wireguard-openbsd-07392f17439228a8812f4b0b49ec6b4069679e41.zip
MSFT0101 must require some special handling, since this breaks
suspend on some machines. Back out until more known.
Diffstat (limited to 'sys')
-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
};