cvs commit: src/sys/dev/acpica acpi.c
Nate Lawson
njl at FreeBSD.org
Mon Aug 2 22:15:57 PDT 2004
njl 2004-08-03 05:15:56 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c
Log:
Forced commit to note intended log message for previous revision:
Cleanup to prepare for locking commit. Add comments, clarify printfs,
remove old unused locking macros. Additional changes:
* Remove an old workaround for the bug in AcpiEnterSleepState() that
caused it to return with the hardware mutex still held. It no longer
can fail this way.
* Remove ACPI_DEBUGGER checkpoints in the probe. We have a reasonably
stable probe/attach process now.
* Use an sbuf instead of sprintf/strcat for a sysctl. Also, use strlcpy
instead of a bzero/strncpy.
* Simplify acpi_name, acpi_Enable, and acpi_Disable.
* Don't bzero the softc
Revision Changes Path
1.180 +0 -0 src/sys/dev/acpica/acpi.c
More information about the cvs-src
mailing list