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
..
2001-03-27 19:04:09 +00:00
2001-11-15 18:59:04 +00:00
2001-10-28 04:39:02 +00:00
2001-04-16 13:20:39 +00:00
2001-02-08 13:24:30 +00:00
2001-11-19 06:41:04 +00:00
2001-02-10 12:52:56 +00:00
2001-09-13 08:27:23 +00:00
2001-09-16 12:40:20 +00:00
2001-12-04 01:35:06 +00:00
2001-10-19 02:21:16 +00:00
2001-07-02 21:02:09 +00:00
2001-02-04 08:23:14 +00:00
2001-07-02 21:02:09 +00:00
2001-07-25 20:15:17 +00:00
2001-07-04 13:00:21 +00:00
2001-06-01 10:07:28 +00:00
2001-02-04 08:23:14 +00:00
2001-02-04 12:35:22 +00:00
2001-02-04 08:23:14 +00:00
2001-05-23 10:02:22 +00:00
2001-05-22 06:12:47 +00:00
2001-12-20 17:55:49 +00:00