From owner-cvs-src@FreeBSD.ORG Wed Jun 23 15:08:41 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 5240116A4CE; Wed, 23 Jun 2004 15:08:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331E343D60; Wed, 23 Jun 2004 15:08:41 +0000 (GMT) (envelope-from jhb@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 i5NF8fu0052378; Wed, 23 Jun 2004 15:08:41 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5NF8egh052377; Wed, 23 Jun 2004 15:08:40 GMT (envelope-from jhb) Message-Id: <200406231508.i5NF8egh052377@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Jun 2004 15:08:40 +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_pci.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: Wed, 23 Jun 2004 15:08:41 -0000 jhb 2004-06-23 15:08:40 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c Log: Now that we associate a device_t with ACPI device handles, lookup the device associated with any PCI devices that are enumerated in the ACPI tree when adding children to an ACPI PCI bus and remove the duplicate ACPI-only device_t and replace the device_t associated with the handle with the ACPI and PCI aware device_t. Revision Changes Path 1.19 +41 -7 src/sys/dev/acpica/acpi_pci.c