summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-03-05 18:08:23 +0000
committernjl <njl@FreeBSD.org>2004-03-05 18:08:23 +0000
commit1a9ff39b00c9a1fb1361e42d177d1dcfd1010ed9 (patch)
tree88e37ec694dae5cab66f42968ee7aa6ecd6a254f
parent27ea45097f8638a511feaef9e9a2475920c994fe (diff)
downloadFreeBSD-src-1a9ff39b00c9a1fb1361e42d177d1dcfd1010ed9.zip
FreeBSD-src-1a9ff39b00c9a1fb1361e42d177d1dcfd1010ed9.tar.gz
Document a sysctl.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
-rw-r--r--sys/dev/acpica/acpi_cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index 29dc322..aacc7f2 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -709,7 +709,8 @@ acpi_cpu_startup_cx()
SYSCTL_ADD_PROC(&acpi_cpu_sysctl_ctx,
SYSCTL_CHILDREN(acpi_cpu_sysctl_tree),
OID_AUTO, "cx_history", CTLTYPE_STRING | CTLFLAG_RD,
- NULL, 0, acpi_cpu_history_sysctl, "A", "");
+ NULL, 0, acpi_cpu_history_sysctl, "A",
+ "count of full sleeps for Cx state / short sleeps");
#ifdef notyet
/* Signal platform that we can handle _CST notification. */
OpenPOWER on IntegriCloud