summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_thermal.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-08-21 09:06:02 +0000
committermsmith <msmith@FreeBSD.org>2001-08-21 09:06:02 +0000
commit5d4db18126e8d5da39d822e72382d18d0d835855 (patch)
tree68d9710735a1de4cd5376f0e35b4f01cab4d1c70 /sys/dev/acpica/acpi_thermal.c
parent52c8a1f983642f3f0c652785f21d831e46d5f285 (diff)
downloadFreeBSD-src-5d4db18126e8d5da39d822e72382d18d0d835855.zip
FreeBSD-src-5d4db18126e8d5da39d822e72382d18d0d835855.tar.gz
Remove noisy printfs from the notify handler; having these go off
every couple of seconds is not useful.
Diffstat (limited to 'sys/dev/acpica/acpi_thermal.c')
-rw-r--r--sys/dev/acpica/acpi_thermal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c
index eb154b2..8ea6762 100644
--- a/sys/dev/acpica/acpi_thermal.c
+++ b/sys/dev/acpica/acpi_thermal.c
@@ -612,13 +612,11 @@ acpi_tz_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context)
switch(notify) {
case TZ_NOTIFY_TEMPERATURE:
/* temperature change occurred */
- device_printf(sc->tz_dev, "notified of temperature reaching setpoint\n");
AcpiOsQueueForExecution(OSD_PRIORITY_HIGH, (OSD_EXECUTION_CALLBACK)acpi_tz_monitor, sc);
break;
case TZ_NOTIFY_DEVICES:
case TZ_NOTIFY_LEVELS:
/* zone devices/setpoints changed */
- device_printf(sc->tz_dev, "notified of zone configuration change\n");
AcpiOsQueueForExecution(OSD_PRIORITY_HIGH, (OSD_EXECUTION_CALLBACK)acpi_tz_establish, sc);
break;
default:
OpenPOWER on IntegriCloud