From owner-cvs-src@FreeBSD.ORG Tue Aug 3 05:15:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD1916A4CE; Tue, 3 Aug 2004 05:15:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0648143D58; Tue, 3 Aug 2004 05:15:57 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i735FubZ056359; Tue, 3 Aug 2004 05:15:56 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i735FuKF056358; Tue, 3 Aug 2004 05:15:56 GMT (envelope-from njl) Message-Id: <200408030515.i735FuKF056358@repoman.freebsd.org> From: Nate Lawson Date: Tue, 3 Aug 2004 05:15:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 05:15:57 -0000 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