From f32ca0cfec40b95bc421051117c31e25f5f4bfb5 Mon Sep 17 00:00:00 2001 From: gsutre Date: Wed, 27 Oct 2010 14:39:26 +0000 Subject: Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT. --- sys/dev/acpi/acpi_debug.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ #include -__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 #include @@ -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); /* -- cgit