diff options
| author | gsutre <gsutre@NetBSD.org> | 2010-10-27 14:39:26 +0000 |
|---|---|---|
| committer | gsutre <gsutre@NetBSD.org> | 2010-10-27 14:39:26 +0000 |
| commit | f32ca0cfec40b95bc421051117c31e25f5f4bfb5 (patch) | |
| tree | 776318b2a1925fe1214d7c505cfa51eadec8bdf5 /sys/dev/acpi/acpi_debug.c | |
| parent | 9150ddda9b242b99ba86c013671367cde65ee67a (diff) | |
Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT.
Diffstat (limited to 'sys/dev/acpi/acpi_debug.c')
| -rw-r--r-- | sys/dev/acpi/acpi_debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi_debug.c b/sys/dev/acpi/acpi_debug.c index f4f21d7ca72..ad5faa31b20 100644 --- a/sys/dev/acpi/acpi_debug.c +++ b/sys/dev/acpi/acpi_debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_debug.c,v 1.3 2010/06/30 07:42:36 jruoho Exp $ */ +/* $NetBSD: acpi_debug.c,v 1.4 2010/10/27 14:39:26 gsutre Exp $ */ /*- * Copyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi> @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: acpi_debug.c,v 1.3 2010/06/30 07:42:36 jruoho Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_debug.c,v 1.4 2010/10/27 14:39:26 gsutre Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -183,6 +183,7 @@ acpi_debug_create(void) ACPI_DEBUG_ADD(acpi_debug_layer_d, ACPI_LID_COMPONENT); ACPI_DEBUG_ADD(acpi_debug_layer_d, ACPI_RESOURCE_COMPONENT); ACPI_DEBUG_ADD(acpi_debug_layer_d, ACPI_TZ_COMPONENT); + ACPI_DEBUG_ADD(acpi_debug_layer_d, ACPI_DISPLAY_COMPONENT); ACPI_DEBUG_ADD(acpi_debug_layer_d, ACPI_ALL_DRIVERS); /* |
