summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-0/+2
| | | | | | 4-stable systems. Sponsored by: The Weather Channel
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-1/+1
|
* Add generalized power profile code.iwasaki2002-03-041-6/+25
| | | | | | | | | | | | | 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
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-2/+2
| | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently.
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
|
* If the CLK_VAL register is 0 bits wide, the system does not supportmsmith2002-01-021-10/+12
| | | | CPU throttling, so don't do some bogus math to check it.
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-1/+2
| | | | | | | disabled unless verbose flag is set. Also fix some messages in terms of English. The critical messages and error messages in probe/attach routine are unchanged by this commit.
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderjhb2001-10-231-0/+9
| | | | via tunables.
* Add missing acpi_disabled() call so that this driver can be disabled.msmith2001-08-301-1/+2
|
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-3/+3
| | | | | - New debug macro (ACPI_DEBUG_PRINT), reducing debug-case code size. - New debug level/subsystem codes.
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-1/+1
| | | | Fix dangling include of the dear departed acpi_ecreg.h
* Use our saved copy of the FADT rather than fetching it again.msmith2001-07-211-13/+5
|
* Fix typo in acpi_cpu_attach() and correct range checking iniwasaki2001-07-071-2/+2
| | | | acpi_cpu_speed_sysctl().
* Kill the old processor driver; the ACPI CA functions it depended onmsmith2001-07-071-0/+388
are not coming back any time soon. Implement a new 'acpi_cpu' driver with support for CPU throttling and power policies.
OpenPOWER on IntegriCloud