Date: Sun, 6 Nov 2011 20:56:40 +0100 From: Oliver Pinter <oliver.pntr@gmail.com> To: acpi@freebsd.org Cc: current@freebsd.org Subject: [PATCH][acpi_thermal] add dimension Message-ID: <CAPjTQNFRFPQ5r7mG6%2B_PdJ1tjJdiy9ukQADr9=S1dijFrDhbEA@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hi all! $subject [-- Attachment #2 --] From c46f65c2d53ef3bd8bcc877bb9da518a524d7c1b Mon Sep 17 00:00:00 2001 From: Oliver Pinter <opn@opn.(none)> Date: Sun, 6 Nov 2011 20:49:16 +0100 Subject: [PATCH] specify polling_rate dimension Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com> diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index 18996bd..43267b4 100644 --- a/sys/dev/acpica/acpi_thermal.c +++ b/sys/dev/acpica/acpi_thermal.c @@ -245,7 +245,7 @@ acpi_tz_attach(device_t dev) SYSCTL_ADD_INT(&acpi_tz_sysctl_ctx, SYSCTL_CHILDREN(acpi_tz_sysctl_tree), OID_AUTO, "polling_rate", CTLFLAG_RW, - &acpi_tz_polling_rate, 0, "monitor polling rate"); + &acpi_tz_polling_rate, 0, "monitor polling rate in sec"); SYSCTL_ADD_INT(&acpi_tz_sysctl_ctx, SYSCTL_CHILDREN(acpi_tz_sysctl_tree), OID_AUTO, "user_override", CTLFLAG_RW, &acpi_tz_override, 0,help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPjTQNFRFPQ5r7mG6%2B_PdJ1tjJdiy9ukQADr9=S1dijFrDhbEA>
