Add notes on merging acpi_perf and acpi_throttle to acpi.ko

This commit is contained in:
Nate Lawson 2005-02-25 20:10:38 +00:00
parent f111c2680b
commit 915a554b41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142503

View File

@ -29,6 +29,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
unless an snmp implementation is using this value (I know of unless an snmp implementation is using this value (I know of
none at this point.) none at this point.)
20050224:
The acpi_perf and acpi_throttle drivers are now part of the
acpi(4) main module. They are no longer built separately.
20050223: 20050223:
The layout of struct image_params has changed. You have to The layout of struct image_params has changed. You have to
recompile all compatibility modules (linux, svr4, etc) for use recompile all compatibility modules (linux, svr4, etc) for use
@ -41,10 +45,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
20050206: 20050206:
The cpufreq import is complete. As part of this, the sysctls for The cpufreq import is complete. As part of this, the sysctls for
acpi(4) throttling have been removed. The power_profile(8) script acpi(4) throttling have been removed. The power_profile script
has been updated, so you can use performance/economy_cpu_freq in has been updated, so you can use performance/economy_cpu_freq in
rc.conf(5) to set AC on/offline cpu frequencies. The acpi rc.conf(5) to set AC on/offline cpu frequencies.
throttling support has been merged into acpi_perf(4).
20050206: 20050206:
NG_VERSION has been increased. Recompiling kernel (or ng_socket.ko) NG_VERSION has been increased. Recompiling kernel (or ng_socket.ko)