Module Name: src Committed By: jruoho Date: Fri Aug 20 12:20:23 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_cpu.h Log Message: Add two flags that needs to be dealt with (hardware vs. software coordination of P-state transitions, and Turbo Boost / Turbo Core). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 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.19 src/sys/dev/acpi/acpi_cpu.h:1.20 --- src/sys/dev/acpi/acpi_cpu.h:1.19 Wed Aug 18 18:32:20 2010 +++ src/sys/dev/acpi/acpi_cpu.h Fri Aug 20 12:20:23 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_cpu.h,v 1.19 2010/08/18 18:32:20 jruoho Exp $ */ +/* $NetBSD: acpi_cpu.h,v 1.20 2010/08/20 12:20:23 jruoho Exp $ */ /*- * Copyright (c) 2010 Jukka Ruohonen <jruoho...@iki.fi> @@ -103,10 +103,12 @@ #define ACPICPU_FLAG_C_C1E __BIT(9) /* AMD C1E detected */ #define ACPICPU_FLAG_P_FFH __BIT(10) /* Native P-states */ -#define ACPICPU_FLAG_P_XPSS __BIT(11) /* Microsoft XPSS in use */ +#define ACPICPU_FLAG_P_HW __BIT(11) /* HW coordination supported */ +#define ACPICPU_FLAG_P_XPSS __BIT(12) /* Microsoft XPSS in use */ +#define ACPICPU_FLAG_P_TURBO __BIT(13) /* Turbo Boost / Turbo Core */ -#define ACPICPU_FLAG_T_FFH __BIT(12) /* Native throttling */ -#define ACPICPU_FLAG_T_FADT __BIT(13) /* Throttling with FADT */ +#define ACPICPU_FLAG_T_FFH __BIT(14) /* Native throttling */ +#define ACPICPU_FLAG_T_FADT __BIT(15) /* Throttling with FADT */ /* * This is AML_RESOURCE_GENERIC_REGISTER,