Note the cpufreq import and acpi throttling changes.

This commit is contained in:
Nate Lawson 2005-02-06 21:24:50 +00:00
parent cbf6a317a5
commit 398dd94c31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141420

View File

@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20050206:
The cpufreq import is complete. As part of this, the sysctls for
acpi(4) throttling have been removed. The power_profile(8) script
has been updated, so you can use performance/economy_cpu_freq in
rc.conf(5) to set AC on/offline cpu frequencies. The acpi
throttling support has been merged into acpi_perf(4).
20050206:
NG_VERSION has been increased. Recompiling kernel (or ng_socket.ko)
requires recompiling libnetgraph and userland netgraph utilities.