From owner-acpi-jp@jp.FreeBSD.org Thu Apr 24 10:01:37 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h3O11ba49688;
	Thu, 24 Apr 2003 10:01:37 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from rootlabs.com (root.org [67.118.192.226])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id h3O11YY49678
	for <acpi-jp@jp.FreeBSD.org>; Thu, 24 Apr 2003 10:01:37 +0900 (JST)
	(envelope-from nate@rootlabs.com)
Received: (qmail 61840 invoked by uid 1000); 24 Apr 2003 01:00:18 -0000
From: Nate Lawson <nate@root.org>
To: Munehiro Matsuda <haro@kgt.co.jp>
cc: acpi-jp@jp.FreeBSD.org, re@freebsd.org
In-Reply-To: <20030424.093106.74756218.haro@kgt.co.jp>
Message-ID: <Pine.BSF.4.21.0304231758130.61817-100000@root.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 23 Apr 2003 18:00:18 -0700
X-Sequence: acpi-jp 2123
Subject: [acpi-jp 2123] Re: New acpica test dist
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030405

I have reworked the code a bit since while it worked for most people, the
PCI bus walking portion was not fully functional.  It did not crash but it
did not always produce the correct result.  My new approach is to use the
secondary/subordinate bus numbers to find the parent bus.  It needs a day
or so of testing and then I will post diffs again.  I am coordinating this
with re@ so it will not miss 5.1

-Nate

On Thu, 24 Apr 2003, Munehiro Matsuda wrote:
> As we are approching 5.1-BETA, shouldn't we get this version of
> ACPI into main tree, before code freeze?
> I've been running this code, without problems for a month, now. ;-)
> 
> I'm getting bit worried that, we may miss the boat.... :-(
> 
> Thanks,
>  Haro
> 
> From: Nate Lawson <nate@root.org>
> Date: Mon, 24 Mar 2003 12:17:08 -0800
> ::Thanks for the responses.  I have rolled the latest acpica drop from Intel
> ::(2/28) plus the fix Andrew Grover posted into one diff.  Thanks go to
> ::Takawata-san for the PCI bus walking code.  This diff has been tested and
> ::gives no new problems on my laptop.
> ::
> ::  http://www.root.org/~nate/freebsd/acpi-20030228+fix.diff.gz

