Module Name: src
Committed By: jruoho
Date: Thu Jan 6 18:57:23 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_power.c
Log Message:
Fix a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/acpi/acpi_power.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/acpi_power.c
diff -u src/sys/dev/acpi/acpi_power.c:1.25 src/sys/dev/acpi/acpi_power.c:1.26
--- src/sys/dev/acpi/acpi_power.c:1.25 Sun Jan 2 12:06:02 2011
+++ src/sys/dev/acpi/acpi_power.c Thu Jan 6 18:57:22 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_power.c,v 1.25 2011/01/02 12:06:02 jruoho Exp $ */
+/* $NetBSD: acpi_power.c,v 1.26 2011/01/06 18:57:22 jruoho Exp $ */
/*-
* Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_power.c,v 1.25 2011/01/02 12:06:02 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_power.c,v 1.26 2011/01/06 18:57:22 jruoho Exp $");
#include <sys/param.h>
#include <sys/kmem.h>
@@ -250,10 +250,9 @@
}
/*
- * Because the _PSC control method, like _STA,
- * is known to be implemented incorrectly in
- * some systems, we first try to retrieve the
- * power state indirectly via power resources.
+ * As _PSC may be broken, first try to
+ * retrieve the power state indirectly
+ * via power resources.
*/
rv = acpi_power_get_indirect(ad);