Jung-uk Kim
230bb4d90d
Rewrite OsdSynch.c to reflect the latest ACPICA more closely:
...
- Implement ACPI semaphore (ACPI_SEMAPHORE) with condvar(9) and mutex(9).
- Implement ACPI mutex (ACPI_MUTEX) with mutex(9).
- Implement ACPI lock (ACPI_SPINLOCK) with spin mutex(9).
2009-06-08 20:07:16 +00:00
Jung-uk Kim
389cff5113
Clean up FreeBSD-specific header file:
...
- Define ACPI_USE_DO_WHILE_0 to add do while(0) around return_*() macros.
- Define __cdecl only for user land. It will never be used in kernel.
- Remove __cli() and __sti(). They were deprecated long ago.
2009-06-08 17:11:47 +00:00
Jung-uk Kim
d005b3f9ff
Trim unnecessary files from the import.
2009-06-03 21:47:13 +00:00
Jung-uk Kim
c2928952c9
Remove function redeclaration. It was upstreamed but lost somehow.
2009-06-02 20:44:21 +00:00
Jung-uk Kim
ab6f3bf9cb
Canonify include paths again.
2009-06-02 20:02:58 +00:00
Jung-uk Kim
a9f12690a1
MFV: ACPICA 20090521
2009-06-02 18:53:21 +00:00