DragonFly-2.3.1.147.gcc6e2 master share/man/man4 acpi.4 sys/dev/

看板DFBSD_commit作者時間16年前 (2009/05/29 17:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit cc6e2b6eabcd33b4a2d7d37eb700bcd45e057d85 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Fri May 29 13:10:58 2009 +0800 acpi_cpu: Split C-State support out of cpu driver. New cpu driver only contains minimum code to detect processor object, and create necessary cpu sysctl nodes; this paves the way for the P-State support. Noticable changes to the userland: - hw.cpuX sysctl trees are move to hw.acpi.cpuX - C-State support could be disabled individually by "cpu_cst" - The device tree is now acpi0.cpuX.cpu_cstX, instead of acpi0.cpuX Summary of changes: share/man/man4/acpi.4 | 6 + sys/dev/acpica5/Makefile | 3 +- sys/dev/acpica5/acpi_cpu.c | 1214 +++---------------------------------- sys/dev/acpica5/acpi_cpu.h | 41 ++ sys/dev/acpica5/acpi_cpu_cstate.c | 1202 ++++++++++++++++++++++++++++++++++++ 5 files changed, 1328 insertions(+), 1138 deletions(-) create mode 100644 sys/dev/acpica5/acpi_cpu.h create mode 100644 sys/dev/acpica5/acpi_cpu_cstate.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cc6e2b6eabcd33b4a2d7d37eb700bcd45e057d85 -- DragonFly BSD source repository
文章代碼(AID): #1A7wHL00 (DFBSD_commit)