Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Convert the single instance of ACPI_EXTRA_DEBUG...
details: https://anonhg.NetBSD.org/src/rev/816880e790ea
branches: trunk
changeset: 752673:816880e790ea
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Mar 03 06:57:05 2010 +0000
description:
Convert the single instance of ACPI_EXTRA_DEBUG to ACPIVERBOSE.
diffstat:
sys/dev/acpi/acpi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 692604ec713c -r 816880e790ea sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c Wed Mar 03 06:54:25 2010 +0000
+++ b/sys/dev/acpi/acpi.c Wed Mar 03 06:57:05 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.151 2010/03/03 06:54:25 jruoho Exp $ */
+/* $NetBSD: acpi.c,v 1.152 2010/03/03 06:57:05 jruoho Exp $ */
/*-
* Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.151 2010/03/03 06:54:25 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.152 2010/03/03 06:57:05 jruoho Exp $");
#include "opt_acpi.h"
#include "opt_pcifixup.h"
@@ -932,7 +932,7 @@
if ((ad->ad_devinfo->Valid & ACPI_VALID_HID) == 0)
return AE_OK;
-#ifdef ACPI_EXTRA_DEBUG
+#ifdef ACPIVERBOSE
aprint_normal_dev(sc->sc_dev,
"HID %s found in scope %s level %d\n",
ad->ad_devinfo->HardwareId.String,
Home |
Main Index |
Thread Index |
Old Index