summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
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/conf/files
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/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 31707b0..63c378b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -245,6 +245,7 @@ dev/acpica/acpi_cpu.c optional acpi
dev/acpica/acpi_ec.c optional acpi
dev/acpica/acpi_isab.c optional acpi isa
dev/acpica/acpi_lid.c optional acpi
+dev/acpica/acpi_package.c optional acpi
dev/acpica/acpi_pci.c optional acpi pci
dev/acpica/acpi_pci_link.c optional acpi pci
dev/acpica/acpi_pcib.c optional acpi pci
OpenPOWER on IntegriCloud