From owner-cvs-all@FreeBSD.ORG Thu Jul 15 17:02:00 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 65F1516A4CE; Thu, 15 Jul 2004 17:02:00 +0000 (GMT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D720043D3F; Thu, 15 Jul 2004 17:01:59 +0000 (GMT) (envelope-from marks@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id 21C6755E10; Thu, 15 Jul 2004 19:01:59 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id EAAE24E551; Thu, 15 Jul 2004 19:01:57 +0200 (CEST) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id i6FH1v4c010312; Thu, 15 Jul 2004 19:01:57 +0200 Received: (nullmailer pid 881 invoked by uid 1001); Thu, 15 Jul 2004 16:14:03 -0000 Date: Thu, 15 Jul 2004 18:14:03 +0200 From: Mark Santcroos To: John Baldwin Message-ID: <20040715161403.GA741@laptop.6bone.nl> References: <200406231508.i5NF8egh052377@repoman.freebsd.org> <200406231122.04154.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406231122.04154.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.000971 / 0.0 / 0.0 / disabled X-RIPE-Signature: 5d0ab904cfdc246689c2390bc00d86e4 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci.c 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 17:02:00 -0000 On Wed, Jun 23, 2004 at 11:22:04AM -0400, John Baldwin wrote: > On Wednesday 23 June 2004 11:08 am, John Baldwin wrote: > > 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. > > Mostly this just means fewer unknown devices in devinfo -v output. You forgot to mention that this commit breaks acpi_video ;-) The fact that "\_SB_.PCI0.AGP_.VID_" now no longer is "unknown", means that it is not probed anymore. The result of that is that acpi_video can't attach anymore of course. Mark