From owner-cvs-src@FreeBSD.ORG Sun Jun 27 13:04:56 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 4DE0816A4CE; Sun, 27 Jun 2004 13:04:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3000A43D2F; Sun, 27 Jun 2004 13:04:56 +0000 (GMT) (envelope-from imp@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 i5RD4KkP003704; Sun, 27 Jun 2004 13:04:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RD4KAQ003703; Sun, 27 Jun 2004 13:04:20 GMT (envelope-from imp) Message-Id: <200406271304.i5RD4KAQ003703@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 13:04:19 +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: Sun, 27 Jun 2004 13:04:56 -0000 imp 2004-06-27 13:04:19 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: MFp4: Set the bus handle to the bus handle of the resource, not the starting value. This is more pedantically correct (since the handle isn't always identical to the start of the resource) and also doesn't access the innards of struct resource direct (which I forbid in my tree). We need to do this for all resource types, not just ioport. Reviewed by: njl Revision Changes Path 1.166 +2 -3 src/sys/dev/acpica/acpi.c