summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-11-15 19:26:06 +0000
committernjl <njl@FreeBSD.org>2003-11-15 19:26:06 +0000
commit36b03f2409c46e140914bb16461d3b8fd53d6981 (patch)
tree45f4e55e56053eef945f11b0b93e18dbc72a44b6 /sys/modules/acpi
parent494ae5c16ea7eda4d789f4252798e770f97f2ca3 (diff)
downloadFreeBSD-src-36b03f2409c46e140914bb16461d3b8fd53d6981.zip
FreeBSD-src-36b03f2409c46e140914bb16461d3b8fd53d6981.tar.gz
Implement Cx CPU idle states and updated throttling support.
* Use the cpu_idle_hook() to do idling for C1-C3. * Use both _CST and the FADT to detect Cx states. * Use both _PTC and P_CNT for controlling throttling. * Add a notify handler to detect changes in _CST and _PSS * Call the _INI function for each processor if present. This will be done by ACPI-CA in the future. * Fix a bug on SMP systems where CPUs will attach multiple times if the bus is rescan. * Document new sysctls for controlling idling.
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index 80d0f43..a7998ab 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -35,7 +35,8 @@ SRCS+= utxface.c
# OSD layer
SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
-SRCS+= acpi_ec.c acpi_isab.c acpi_lid.c acpi_pci.c acpi_pcib.c acpi_pcib_acpi.c
+SRCS+= acpi_ec.c acpi_isab.c acpi_lid.c
+SRCS+= acpi_package.c acpi_pci.c acpi_pcib.c acpi_pcib_acpi.c
SRCS+= acpi_pcib_pci.c acpi_powerres.c acpi_resource.c acpi_thermal.c
SRCS+= acpi_timer.c acpi_pci_link.c
SRCS+= OsdDebug.c
OpenPOWER on IntegriCloud