#
1d730338 |
| 12-Jan-2014 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
acpi/cstate: Allow request deeper C-state, even it has no _CST entry
On laptop, BIOS may unveil more C-states if power cable is unplugged, which means if you want to use these deeper C-states you wi
acpi/cstate: Allow request deeper C-state, even it has no _CST entry
On laptop, BIOS may unveil more C-states if power cable is unplugged, which means if you want to use these deeper C-states you will have to re-adjust C-state sysctls. This commit automates this kind of "re-adjust". Read-only sysctl nodes hw.acpi.cpuX.cx_lowest_use and hw.acpi.cpu.cx_lowest_use are introduced to show the current deepest C-state could be used.
show more ...
|