aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/compiler/dttemplate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/dttemplate.c')
-rw-r--r--sys/contrib/dev/acpica/compiler/dttemplate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/compiler/dttemplate.c b/sys/contrib/dev/acpica/compiler/dttemplate.c
index 23188d8f9875..b7524709e8eb 100644
--- a/sys/contrib/dev/acpica/compiler/dttemplate.c
+++ b/sys/contrib/dev/acpica/compiler/dttemplate.c
@@ -121,7 +121,8 @@ DtCreateTemplates (
/* Create all known templates if requested */
- if (!ACPI_STRNCMP (Signature, "ALL", 3))
+ if (!ACPI_STRNCMP (Signature, "ALL", 3) ||
+ !ACPI_STRCMP (Signature, "*"))
{
Status = DtCreateAllTemplates ();
return (Status);