svn commit: r232788 - stable/8/sys/dev/acpica
Eitan Adler
eadler at FreeBSD.org
Sat Mar 10 18:26:26 UTC 2012
Author: eadler
Date: Sat Mar 10 18:26:25 2012
New Revision: 232788
URL: http://svn.freebsd.org/changeset/base/232788
Log:
MFC r227626, r227642:
- be more precise about the unit of measurement
Approved by: cperciva
Modified:
stable/8/sys/dev/acpica/acpi_thermal.c
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/dev/acpica/acpi_thermal.c
==============================================================================
--- stable/8/sys/dev/acpica/acpi_thermal.c Sat Mar 10 17:55:58 2012 (r232787)
+++ stable/8/sys/dev/acpica/acpi_thermal.c Sat Mar 10 18:26:25 2012 (r232788)
@@ -246,7 +246,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 interval in seconds");
SYSCTL_ADD_INT(&acpi_tz_sysctl_ctx,
SYSCTL_CHILDREN(acpi_tz_sysctl_tree), OID_AUTO,
"user_override", CTLFLAG_RW, &acpi_tz_override, 0,
More information about the svn-src-all
mailing list