Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT.



details:   https://anonhg.NetBSD.org/src/rev/1571a28df684
branches:  trunk
changeset: 758220:1571a28df684
user:      gsutre <gsutre%NetBSD.org@localhost>
date:      Wed Oct 27 14:39:26 2010 +0000

description:
Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT.

diffstat:

 share/man/man4/acpi.4     |  3 ++-
 sys/dev/acpi/acpi_debug.c |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r e246306c56ba -r 1571a28df684 share/man/man4/acpi.4
--- a/share/man/man4/acpi.4     Wed Oct 27 14:08:08 2010 +0000
+++ b/share/man/man4/acpi.4     Wed Oct 27 14:39:26 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.60 2010/10/24 08:31:49 jruoho Exp $
+.\" $NetBSD: acpi.4,v 1.61 2010/10/27 14:39:26 gsutre Exp $
 .\"
 .\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -445,6 +445,7 @@
 .It Li ACPI_LID_COMPONENT Ta ACPI_LV_OPTIMIZATIONS
 .It Li ACPI_RESOURCE_COMPONENT Ta ACPI_LV_VERBOSITY2 *
 .It Li ACPI_TZ_COMPONENT Ta
+.It Li ACPI_DISPLAY_COMPONENT Ta
 .It Li ACPI_ALL_DRIVERS * Ta ACPI_LV_MUTEX
 .It Ta ACPI_LV_THREADS
 .It Ta ACPI_LV_IO
diff -r e246306c56ba -r 1571a28df684 sys/dev/acpi/acpi_debug.c
--- a/sys/dev/acpi/acpi_debug.c Wed Oct 27 14:08:08 2010 +0000
+++ b/sys/dev/acpi/acpi_debug.c Wed Oct 27 14:39:26 2010 +0000
@@ -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@localhost>
@@ -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_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);
 
        /*



Home | Main Index | Thread Index | Old Index