From 8ede8714ca613975ea1e8456a3168868425b93ab Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 8 Jun 2009 20:07:16 +0000 Subject: 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). --- sys/i386/conf/NOTES | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/i386/conf/NOTES') diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 9fc7ab6..a455ba9 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -465,14 +465,11 @@ device tdfx_linux # Enable Linuxulator support # Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER # defined when it is built). # -# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op. -# # Note that building ACPI into the kernel is deprecated; the module is # normally loaded automatically by the loader. device acpi options ACPI_DEBUG -#!options ACPI_NO_SEMAPHORES # ACPI Asus Desktop Extras. (voltage, temp, fan) device acpi_aiboost -- cgit v1.1