Do not trust the third-party ACPI code. Track memory mapping requests
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 5 May 2004 22:18:10 +0000 (22:18 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 5 May 2004 22:18:10 +0000 (22:18 +0000)
commit9d905e1a10252cd0220f43eea0d408ae5e36b32e
tree0ba7cf12c1fa91b90702bf10fc6595c0030e1485
parent0f57983156914f5fac62d6205621d269f4eda1d6
Do not trust the third-party ACPI code.  Track memory mapping requests
via AcpiOsMapMemory() and match them up to unmapping requests.

Use M_INTWAIT instead of M_NOWAIT.
sys/dev/acpica/Osd/OsdMemory.c
sys/dev/acpica/Osd/OsdSchedule.c
sys/dev/acpica/Osd/OsdSynch.c
sys/dev/acpica5/Osd/OsdMemory.c
sys/dev/acpica5/Osd/OsdSchedule.c
sys/dev/acpica5/Osd/OsdSynch.c