svn commit: r232499 - stable/9/sys/dev/acpica

Eitan Adler eadler at FreeBSD.org
Sun Mar 4 16:21:21 UTC 2012


Author: eadler
Date: Sun Mar  4 16:21:20 2012
New Revision: 232499
URL: http://svn.freebsd.org/changeset/base/232499

Log:
  MFC r227626, r227642:
  	- be more precise about the unit of measurement
  
  Approved by:	cperciva

Modified:
  stable/9/sys/dev/acpica/acpi_thermal.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/dev/acpica/acpi_thermal.c
==============================================================================
--- stable/9/sys/dev/acpica/acpi_thermal.c	Sun Mar  4 15:31:13 2012	(r232498)
+++ stable/9/sys/dev/acpica/acpi_thermal.c	Sun Mar  4 16:21:20 2012	(r232499)
@@ -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 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