Peter Wemm
|
9f3e2250ca
|
In answer to the comment: /* XXX is it OK to block here? */, the answer
is definately NO! as we are in interrupt context and malloc() does a
KASSERT() to be sure.
|
2001-01-23 09:43:23 +00:00 |
|
Mike Smith
|
0c645db4c0
|
Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properly
destroyed.
Submitted by: bmilekic
|
2001-01-22 05:33:36 +00:00 |
|
Takanori Watanabe
|
e3c6e05e3c
|
Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.
|
2000-12-21 07:47:43 +00:00 |
|
Mitsuru IWASAKI
|
441a762864
|
Disable my previous committed code for a moment.
Note to myself: this needs to be enabled again when newer version of
ACPI is imported.
|
2000-12-20 20:22:47 +00:00 |
|
Mitsuru IWASAKI
|
912c8c65d2
|
Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().
This is needed to next ACPICA import.
|
2000-12-20 19:15:38 +00:00 |
|
Mike Smith
|
e0b349e634
|
Staticise some malloc pools
Submitted by: phk
|
2000-12-08 20:48:33 +00:00 |
|
Mike Smith
|
c434440bac
|
AcpiOsMem primitives as required by the new ACPI CA snapshot
|
2000-12-01 10:19:28 +00:00 |
|
Mike Smith
|
fd660059d9
|
FreeBSD-specific OSD (operating system dependant) modules for the Intel
ACPICA code.
|
2000-10-28 06:56:15 +00:00 |
|