freebsd-dev/sys/dev/acpica
Mitsuru IWASAKI c573e654b7 Add OS layer ACPI mutex and threading support.
- Temporary fix a bug of Intel ACPI CA core code.
 - Add OS layer ACPI mutex support.  This can be disabled by
   specifying option ACPI_NO_SEMAPHORES.
 - Add ACPI threading support.  Now that we have a dedicate taskqueue for
   ACPI tasks and more ACPI task threads can be created by specifying option
   ACPI_MAX_THREADS.
 - Change acpi_EvaluateIntoBuffer() behavior slightly to reuse given
   caller's buffer unless AE_BUFFER_OVERFLOW occurs.  Also CM battery's
   evaluations were changed to use acpi_EvaluateIntoBuffer().
 - Add new utility function acpi_ConvertBufferToInteger().
 - Add simple locking for CM battery and temperature updating.
 - Fix a minor problem on EC locking.
 - Make the thermal zone polling rate to be changeable.
 - Change minor things on AcpiOsSignal(); in ACPI_SIGNAL_FATAL case,
   entering Debugger is easier to investigate the problem rather than panic.
2001-12-22 16:05:41 +00:00
..
Osd Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
acpi_acad.c Cleanups of verbose printing. All the messages for the debugging is 2001-11-18 18:12:07 +00:00
acpi_battery.c Some improvements of control method battery driver. 2001-10-30 14:24:26 +00:00
acpi_button.c Cleanups of verbose printing. All the messages for the debugging is 2001-11-18 18:12:07 +00:00
acpi_cmbat.c Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
acpi_cpu.c Cleanups of verbose printing. All the messages for the debugging is 2001-11-18 18:12:07 +00:00
acpi_ec.c Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
acpi_lid.c Cleanups of verbose printing. All the messages for the debugging is 2001-11-18 18:12:07 +00:00
acpi_pcib_acpi.c Make the interrupt routing a bit less chatty unless bootverbose is set. 2001-10-07 18:25:43 +00:00
acpi_pcib.c Make the interrupt routing a bit less chatty unless bootverbose is set. 2001-10-07 18:25:43 +00:00
acpi_powerprofile.c Add missing includes of sys/lock.h. 2001-10-11 17:52:20 +00:00
acpi_powerres.c Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
acpi_resource.c Allocate system resource IRQs as shareable; this is the typical case. 2001-09-06 22:34:40 +00:00
acpi_thermal.c Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
acpi_timer.c The Intel 440MX ACPI timer seems to work properly, so add it to the list 2001-08-05 23:20:32 +00:00
acpi.c Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
acpica_support.c Synch with minor changes in the ACPI CA 20011120 snapshot. 2001-11-28 04:36:29 +00:00
acpica_support.h Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. 2001-11-06 15:00:30 +00:00
acpiio.h Add sysctl interface (Read-only) for temprature, AC-line and Battery. 2001-06-23 10:38:25 +00:00
acpivar.h Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00