summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-06-08 20:07:16 +0000
committerjkim <jkim@FreeBSD.org>2009-06-08 20:07:16 +0000
commit8ede8714ca613975ea1e8456a3168868425b93ab (patch)
tree837dbb33fb84567301cf5e3048c33e511a446804 /sys/i386/conf/NOTES
parent3513417bbf22285417b257df7c710671bb40761e (diff)
downloadFreeBSD-src-8ede8714ca613975ea1e8456a3168868425b93ab.zip
FreeBSD-src-8ede8714ca613975ea1e8456a3168868425b93ab.tar.gz
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).
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES3
1 files changed, 0 insertions, 3 deletions
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
OpenPOWER on IntegriCloud