看板 DFBSD_commit 關於我們 聯絡資訊
commit c3a2c0dfe1e124e7ce0b4dbb7f46c804df08a738 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Sat May 30 19:31:00 2009 +0800 ACPI P-State support step 1/2: Extract information from ACPI objects Summary of changes: share/man/man4/acpi.4 | 6 + sys/dev/acpica5/Makefile | 2 +- sys/dev/acpica5/acpi_cpu.c | 6 + sys/dev/acpica5/acpi_cpu_pstate.c | 688 +++++++++++++++++++++++++++++++++++++ sys/dev/acpica5/acpivar.h | 9 +- 5 files changed, 707 insertions(+), 4 deletions(-) create mode 100644 sys/dev/acpica5/acpi_cpu_pstate.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c3a2c0dfe1e124e7ce0b4dbb7f46c804df08a738 -- DragonFly BSD source repository