How is this?
--- acpi_cpu.c 16 Oct 2002 17:28:52 -0000 1.14
+++ acpi_cpu.c 21 Jan 2003 06:07:43 -0000
@@ -295,8 +295,10 @@
/* set initial speed */
acpi_cpu_power_profile(NULL);
- printf("acpi_cpu: CPU throttling enabled, %d steps from 100%% to %d.%d%%\n",
- CPU_MAX_SPEED, CPU_SPEED_PRINTABLE(1));
+ printf("acpi_cpu: throttling enabled, %d steps from 100%% to %d.%d%%, "
+ "currently %d.%d%%\n"
+ CPU_MAX_SPEED, CPU_SPEED_PRINTABLE(1),
+ CPU_SPEED_PRINTABLE(cpu_current_state));
}
/*
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message