diff options
author | jkim <jkim@FreeBSD.org> | 2009-06-08 20:07:16 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-06-08 20:07:16 +0000 |
commit | 8ede8714ca613975ea1e8456a3168868425b93ab (patch) | |
tree | 837dbb33fb84567301cf5e3048c33e511a446804 /sys/amd64 | |
parent | 3513417bbf22285417b257df7c710671bb40761e (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/amd64/conf/NOTES | 3 |
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 |