summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
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/amd64/conf
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/amd64/conf')
-rw-r--r--sys/amd64/conf/NOTES3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index caddd33..088a381 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -237,12 +237,9 @@ device tdfx # Enable 3Dfx Voodoo support
# kernel environment variables to select initial debugging levels for the
# 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.
device acpi
options ACPI_DEBUG
-#!options ACPI_NO_SEMAPHORES
# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
device cpufreq
OpenPOWER on IntegriCloud