aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/compiler/dttemplate.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-04-15 18:34:27 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-04-15 18:34:27 +0000
commitd052a1cc33ee1c0bed4124f4aa3bec22a6488631 (patch)
treee85ad1cacd03dfd5568f818085557ac68ceafdd8 /sys/contrib/dev/acpica/compiler/dttemplate.c
parent16b483cb8d83eca27bf81a03047131d320d50db7 (diff)
parentb8b782f913f7130ea65600a7760efc8dedacfe49 (diff)
Merge ACPICA 20110413.
Notes
Notes: svn path=/head/; revision=220663
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);