Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi fix up autoconfig output



details:   https://anonhg.NetBSD.org/src/rev/80fa50696f07
branches:  trunk
changeset: 755292:80fa50696f07
user:      plunky <plunky%NetBSD.org@localhost>
date:      Mon May 31 17:41:24 2010 +0000

description:
fix up autoconfig output

diffstat:

 sys/dev/acpi/acpi_tz.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b11756dc9e1e -r 80fa50696f07 sys/dev/acpi/acpi_tz.c
--- a/sys/dev/acpi/acpi_tz.c    Mon May 31 15:01:09 2010 +0000
+++ b/sys/dev/acpi/acpi_tz.c    Mon May 31 17:41:24 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_tz.c,v 1.71 2010/04/27 05:57:43 jruoho Exp $ */
+/* $NetBSD: acpi_tz.c,v 1.72 2010/05/31 17:41:24 plunky Exp $ */
 
 /*
  * Copyright (c) 2003 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_tz.c,v 1.71 2010/04/27 05:57:43 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_tz.c,v 1.72 2010/05/31 17:41:24 plunky Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -499,8 +499,8 @@
                }
 
                if (sc->sc_first != false)
-                       aprint_normal(" active cooling level %d: %sC", i,
-                           acpitz_celcius_string(sc->sc_zone.ac[i]));
+                       aprint_normal_dev(dv, "active cooling level %d: %sC\n",
+                           i, acpitz_celcius_string(sc->sc_zone.ac[i]));
 
                valid_levels++;
        }



Home | Main Index | Thread Index | Old Index