Module Name: src
Committed By: jruoho
Date: Fri Feb 25 20:59:38 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_cpu.h
Log Message:
Comment the coordination types.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/acpi/acpi_cpu.h
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_cpu.h
diff -u src/sys/dev/acpi/acpi_cpu.h:1.32 src/sys/dev/acpi/acpi_cpu.h:1.33
--- src/sys/dev/acpi/acpi_cpu.h:1.32 Fri Feb 25 19:55:06 2011
+++ src/sys/dev/acpi/acpi_cpu.h Fri Feb 25 20:59:37 2011
@@ -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 <[email protected]>
@@ -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.