summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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
};