From owner-cvs-all@FreeBSD.ORG Tue Aug 24 19:25:30 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 C475116A4CE; Tue, 24 Aug 2004 19:25:30 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9675843D45; Tue, 24 Aug 2004 19:25:30 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-127-84-57.dsl.snfc21.pacbell.net [67.127.84.57]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7OJPT8U028978; Tue, 24 Aug 2004 12:25:30 -0700 Message-ID: <412B9629.3080108@root.org> Date: Tue, 24 Aug 2004 12:25:29 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> <20040824180620.GA56576@dragon.nuxi.com> In-Reply-To: <20040824180620.GA56576@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_resource.c acpivar.h 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: Tue, 24 Aug 2004 19:25:31 -0000 David O'Brien wrote: > On Mon, Aug 23, 2004 at 04:28:42PM +0000, Nate Lawson wrote: > >>njl 2004-08-23 16:28:42 UTC >> FreeBSD src repository >> Modified files: >> sys/dev/acpica acpi.c acpi_resource.c acpivar.h >> Log: >> Rework sysresource management. Instead of having each sysresource object > > ... > >> Tested by: Pawel Worach >> Tested by: Radek Kozlowski > > > Tested only on i386, right?? Still waiting for the amd64 laptop donation. ;-) In any case, I've just committed a fix. The amd64,ia64 nexus hadn't been caught up with i386 and the resource code depends on the new method. Thanks, Nate