From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:29:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0311816A4CE; Thu, 15 Jul 2004 16:29:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC73443D45; Thu, 15 Jul 2004 16:29:08 +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 i6FGT8vC061202; Thu, 15 Jul 2004 16:29:08 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGT8Uv061201; Thu, 15 Jul 2004 16:29:08 GMT (envelope-from njl) Message-Id: <200407151629.i6FGT8Uv061201@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:29:08 +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 acpi_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 16:29:09 -0000 njl 2004-07-15 16:29:08 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_if.m Log: Update the interface for child drivers. Add acpi_scan_children, which allows a bus to re-enumerate its child handles and optionally replace them with new children, arranged to the bus's liking. (The current device space is flat with all devices immediately under acpi0). Add comments for each interface. Revision Changes Path 1.177 +77 -11 src/sys/dev/acpica/acpi.c 1.2 +69 -10 src/sys/dev/acpica/acpi_if.m