Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Fix a comment.
details: https://anonhg.NetBSD.org/src/rev/3a1a07b6e7db
branches: trunk
changeset: 760525:3a1a07b6e7db
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Jan 06 18:57:22 2011 +0000
description:
Fix a comment.
diffstat:
sys/dev/acpi/acpi_power.c | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 6eb9f6941707 -r 3a1a07b6e7db sys/dev/acpi/acpi_power.c
--- a/sys/dev/acpi/acpi_power.c Thu Jan 06 17:51:28 2011 +0000
+++ b/sys/dev/acpi/acpi_power.c Thu Jan 06 18:57:22 2011 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index