From owner-cvs-all@FreeBSD.ORG Tue Aug 24 21:36: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 1E39A16A4D3; Tue, 24 Aug 2004 21:36:30 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D615043D3F; Tue, 24 Aug 2004 21:36:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7OLaTTB061579; Tue, 24 Aug 2004 14:36:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7OLaRA0061578; Tue, 24 Aug 2004 14:36:27 -0700 (PDT) (envelope-from obrien) Date: Tue, 24 Aug 2004 14:36:27 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20040824213627.GA61527@dragon.nuxi.com> References: <200408231628.i7NGSg8G084516@repoman.freebsd.org> <20040824180620.GA56576@dragon.nuxi.com> <412B9629.3080108@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412B9629.3080108@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 Reply-To: obrien@FreeBSD.org 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 21:36:30 -0000 On Tue, Aug 24, 2004 at 12:25:29PM -0700, Nate Lawson wrote: > 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. In the future, may I make a request that you post patches for large changes before committing them? Now that ACPI is a multi-platform thing that is very basic to booting, we have to be careful about changes to it. -- -- David (obrien@FreeBSD.org)