From 3f245d8dd193f05b337f1358ec6b33ed212f9cc1 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Mon, 4 Mar 2002 18:46:13 +0000 Subject: Add generalized power profile code. This makes other power-management system (APM for now) to be able to generate power profile change events (ie. AC-line status changes), and other kernel components, not only the ACPI components, can be notified the events. - move subroutines in acpi_powerprofile.c (removed) to kern/subr_power.c - call power_profile_set_state() also from APM driver when AC-line status changes - add call-back function for Crusoe LongRun controlling on power profile changes for a example --- sys/conf/files | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/conf') diff --git a/sys/conf/files b/sys/conf/files index 554821b..03ebaca 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -207,7 +207,6 @@ dev/acpica/acpi_ec.c optional acpica dev/acpica/acpi_lid.c optional acpica dev/acpica/acpi_pcib.c optional acpica pci dev/acpica/acpi_powerres.c optional acpica nowerror -dev/acpica/acpi_powerprofile.c optional acpica dev/acpica/acpi_resource.c optional acpica dev/acpica/acpi_thermal.c optional acpica dev/acpica/acpi_timer.c optional acpica -- cgit v1.1