From owner-cvs-all@FreeBSD.ORG Sat Jan 8 09:10:21 2005 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 6992016A4CE; Sat, 8 Jan 2005 09:10:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4165E43D45; Sat, 8 Jan 2005 09:10:21 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j089ALp7017024; Sat, 8 Jan 2005 09:10:21 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j089AKOs017023; Sat, 8 Jan 2005 09:10:20 GMT (envelope-from njl) Message-Id: <200501080910.j089AKOs017023@repoman.freebsd.org> From: Nate Lawson Date: Sat, 8 Jan 2005 09:10:20 +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-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: Sat, 08 Jan 2005 09:10:21 -0000 njl 2005-01-08 09:10:20 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: In total violation of at least 4 sections in the ACPI spec, some systems place device objects in \ (in this case, PCI links.) Work around this by starting our probe from \. To avoid attaching system scope objects, explicitly skip them. (I think it's an ACPI-CA bug that \_SB and \_TZ have device and thermal object types.) Thanks to pjd@ for testing. MFC after: 2 weeks Revision Changes Path 1.198 +26 -19 src/sys/dev/acpica/acpi.c