diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-03-03 06:57:05 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-03-03 06:57:05 +0000 |
| commit | 4bf4e84b9e87c54658f7cb86e6ff986c075ec5d3 (patch) | |
| tree | af3d59bec264abe289b9e734a9b4ac2e65896611 /sys/dev | |
| parent | 786707264cb5b6cee7ec1bc70bd3d326d0d30642 (diff) | |
Convert the single instance of ACPI_EXTRA_DEBUG to ACPIVERBOSE.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/acpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index 0b3767192ab..da62dc3ffe5 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -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 @@ acpi_make_devnode(ACPI_HANDLE handle, uint32_t level, 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, |
