Module Name: src
Committed By: jruoho
Date: Thu Feb 17 12:08:46 UTC 2011
Modified Files:
src/sys/dev/acpi/acpica: OsdMisc.c
Log Message:
Include acdebug.h for the ACPICA debugger.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/acpica/OsdMisc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/acpica/OsdMisc.c
diff -u src/sys/dev/acpi/acpica/OsdMisc.c:1.10 src/sys/dev/acpi/acpica/OsdMisc.c:1.11
--- src/sys/dev/acpi/acpica/OsdMisc.c:1.10 Thu Feb 17 07:34:42 2011
+++ src/sys/dev/acpi/acpica/OsdMisc.c Thu Feb 17 12:08:46 2011
@@ -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"