Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Only be very verbose with ACPI_EXTRA_DEBUG set.



details:   https://anonhg.NetBSD.org/src/rev/369f008366ff
branches:  trunk
changeset: 534534:369f008366ff
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jul 29 03:10:16 2002 +0000

description:
Only be very verbose with ACPI_EXTRA_DEBUG set.

diffstat:

 sys/dev/acpi/acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5bd9bbe9ec32 -r 369f008366ff sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Mon Jul 29 03:08:09 2002 +0000
+++ b/sys/dev/acpi/acpi.c       Mon Jul 29 03:10:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi.c,v 1.13 2002/07/29 03:06:56 augustss Exp $       */
+/*     $NetBSD: acpi.c,v 1.14 2002/07/29 03:10:16 augustss Exp $       */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.13 2002/07/29 03:06:56 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.14 2002/07/29 03:10:16 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -474,7 +474,7 @@
                        if ((ad->ad_devinfo.Valid & ACPI_VALID_HID) == 0)
                                goto out;
 
-#ifdef ACPI_DEBUG
+#ifdef ACPI_EXTRA_DEBUG
                        printf("%s: HID %s found in scope %s level %d\n",
                            sc->sc_dev.dv_xname, ad->ad_devinfo.HardwareId,
                            as->as_name, ad->ad_level);



Home | Main Index | Thread Index | Old Index