Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi/acpica Include acdebug.h for the ACPICA debugger.



details:   https://anonhg.NetBSD.org/src/rev/704178915b7d
branches:  trunk
changeset: 762195:704178915b7d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Feb 17 12:08:46 2011 +0000

description:
Include acdebug.h for the ACPICA debugger.

diffstat:

 sys/dev/acpi/acpica/OsdMisc.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r bce699bf31a1 -r 704178915b7d sys/dev/acpi/acpica/OsdMisc.c
--- a/sys/dev/acpi/acpica/OsdMisc.c     Thu Feb 17 12:08:14 2011 +0000
+++ b/sys/dev/acpi/acpica/OsdMisc.c     Thu Feb 17 12:08:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: OsdMisc.c,v 1.10 2011/02/17 07:34:42 jruoho Exp $      */
+/*     $NetBSD: OsdMisc.c,v 1.11 2011/02/17 12:08:46 jruoho Exp $      */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: OsdMisc.c,v 1.10 2011/02/17 07:34:42 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: OsdMisc.c,v 1.11 2011/02/17 12:08:46 jruoho Exp $");
 
 #include "opt_acpi.h"
 #include "opt_ddb.h"
@@ -58,6 +58,10 @@
 #include <dev/acpi/acpica.h>
 #include <dev/acpi/acpi_osd.h>
 
+#ifdef ACPI_DEBUG
+#include <external/bsd/acpica/dist/include/acdebug.h>
+#endif
+
 #ifdef ACPI_DSDT_OVERRIDE
 #ifndef ACPI_DSDT_FILE
 #define ACPI_DSDT_FILE "dsdt.hex"



Home | Main Index | Thread Index | Old Index