Use aprint_debug

This commit is contained in:
jmcneill 2009-02-17 12:30:31 +00:00
parent 1592daaedc
commit 3c220ee07d
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: thinkpad_acpi.c,v 1.17 2008/11/01 19:22:25 hans Exp $ */
/* $NetBSD: thinkpad_acpi.c,v 1.18 2009/02/17 12:30:31 jmcneill Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill@invisible.ca>
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: thinkpad_acpi.c,v 1.17 2008/11/01 19:22:25 hans Exp $");
__KERNEL_RCSID(0, "$NetBSD: thinkpad_acpi.c,v 1.18 2009/02/17 12:30:31 jmcneill Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -182,7 +182,7 @@ thinkpad_attach(device_t parent, device_t self, void *opaque)
if (ACPI_FAILURE(rv))
sc->sc_cmoshdl_valid = false;
else {
aprint_verbose_dev(self, "using CMOS at \\UCMS\n");
aprint_debug_dev(self, "using CMOS at \\UCMS\n");
sc->sc_cmoshdl_valid = true;
}
@ -194,7 +194,7 @@ thinkpad_attach(device_t parent, device_t self, void *opaque)
break;
}
if (sc->sc_ecdev)
aprint_verbose_dev(self, "using EC at %s\n",
aprint_debug_dev(self, "using EC at %s\n",
device_xname(sc->sc_ecdev));
/* Get the supported event mask */