Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Comment the coordination types.
details: https://anonhg.NetBSD.org/src/rev/9c6e9d0d808f
branches: trunk
changeset: 762696:9c6e9d0d808f
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Feb 25 20:59:37 2011 +0000
description:
Comment the coordination types.
diffstat:
sys/dev/acpi/acpi_cpu.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r e5bf385c93e4 -r 9c6e9d0d808f sys/dev/acpi/acpi_cpu.h
--- a/sys/dev/acpi/acpi_cpu.h Fri Feb 25 20:54:18 2011 +0000
+++ b/sys/dev/acpi/acpi_cpu.h Fri Feb 25 20:59:37 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_cpu.h,v 1.32 2011/02/25 19:55:06 jruoho Exp $ */
+/* $NetBSD: acpi_cpu.h,v 1.33 2011/02/25 20:59:37 jruoho Exp $ */
/*-
* Copyright (c) 2010, 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
@@ -65,9 +65,9 @@
/*
* Dependency coordination.
*/
-#define ACPICPU_DEP_SW_ALL 0xFC
-#define ACPICPU_DEP_SW_ANY 0xFD
-#define ACPICPU_DEP_HW_ALL 0xFE
+#define ACPICPU_DEP_SW_ALL 0xFC /* All CPUs must set a state */
+#define ACPICPU_DEP_SW_ANY 0xFD /* Any CPU can set a state */
+#define ACPICPU_DEP_HW_ALL 0xFE /* HW does the coordination */
/*
* C-states.
Home |
Main Index |
Thread Index |
Old Index