From owner-freebsd-current@FreeBSD.ORG Thu May 29 06:20:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B7337B401 for ; Thu, 29 May 2003 06:20:43 -0700 (PDT) Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [202.225.89.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id E897743F3F for ; Thu, 29 May 2003 06:20:42 -0700 (PDT) (envelope-from t-kouchi@mud.biglobe.ne.jp) Received: from smtp-gw.biglobe.ne.jph4TDKff09231; Thu, 29 May 2003 22:20:41 +0900 (JST) X-Biglobe-Sender: Received: from [192.168.0.240] (219.8.246.9 [219.8.246.9]) by smtp-gw.biglobe.ne.jp id WAUCC0A826C4; Thu, 29 May 2003 22:20:40 +0900 (JST) Date: Thu, 29 May 2003 22:20:31 +0900 From: Takayoshi Kochi To: acpi-jp@jp.FreeBSD.org In-Reply-To: <20030528105853.M8236@root.org> References: <20030529.012349.68555656.kochi@netbsd.org> <20030528105853.M8236@root.org> Message-Id: <20030529221926.0D84.T-KOUCHI@mud.biglobe.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.05.11 cc: Takayoshi Kochi cc: current@freebsd.org Subject: Re: [acpi-jp 2267] Re: HEADSUP: acpi patches in the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 13:20:43 -0000 On Wed, 28 May 2003 11:00:25 -0700 (PDT) Nate Lawson wrote: > > Attached is the patch and should apply to the FreeBSD tree with > > some appropriate option. > > Thank you for the patch. Since we are only days away from a release, I > would like to avoid using the new dynamic ID allocation code and instead > stick to hard-coding the defaults. This is the safer way for 5.1R. We > will do a new import and more fixes after the release. Oops, I misread your patch. You accidentally changed *FROM* OwnerId = TABLE_ID_DSDT *TO* OwnerId = 0, and reverted the change... But I thought you back-ported more recent version of the ACPICA. Therefore your fix seems very reasonable:) Sorry for the mess. Thanks, Takayoshi Kochi