History log of /dflybsd-src/sys/dev/acpica/acpi_cpu_cstate.c (Results 51 – 55 of 55)
Revision Date Author Comments
# b42fff25 12-Jan-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

acpi/cstate: Make sure we could handle C-state deeper than C3


# 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 ...


# 3b24650b 10-Jan-2014 Sepherosa Ziehau <sephe@dragonflybsd.org>

cputimer/intr: Restart only if the intr cputimer is changed


# d3c9c58e 20-Feb-2013 Sascha Wildner <saw@online.de>

kernel: Use DEVMETHOD_END in the drivers.


# 5db2f26e 03-Jan-2013 Sascha Wildner <saw@online.de>

kernel: Move sys/dev/acpica5 to sys/dev/acpica.

The 5 used to indicate that it was imported from FreeBSD 5 but that
doesn't matter anymore.

In-discussion-with: sephe


123