From owner-acpi-jp@jp.FreeBSD.org Sat Apr 26 03:24:40 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h3PIOeQ86148;
	Sat, 26 Apr 2003 03:24:40 +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 h3PIOdY86143
	for <acpi-jp@jp.FreeBSD.org>; Sat, 26 Apr 2003 03:24:39 +0900 (JST)
	(envelope-from nate@rootlabs.com)
Received: (qmail 65581 invoked by uid 1000); 25 Apr 2003 18:23:22 -0000
From: Nate Lawson <nate@root.org>
To: Munehiro Matsuda <haro@kgt.co.jp>
cc: acpi-jp@jp.FreeBSD.org, current@freebsd.org
In-Reply-To: <20030425.205257.74752995.haro@kgt.co.jp>
Message-ID: <Pine.BSF.4.21.0304251119430.65457-100000@root.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 25 Apr 2003 11:23:22 -0700
X-Sequence: acpi-jp 2128
Subject: [acpi-jp 2128] Re: New ACPI diffs ready for testing
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030405

On Fri, 25 Apr 2003, Munehiro Matsuda wrote:
> The 0228 version works fine, just as the old patch you submitted
> before, except I get following new messages:
> 
> ACPI version 20030228 initializing
> <snip>
> AcpiOsDerivePciId: bus 0 dev 7 func 2
> AcpiOsDerivePciId: bus 0 dev 12 func 0
> AcpiOsDerivePciId: bus 0 dev 7 func 0
> <snip>
> AcpiOsDerivePciId: bus 0 dev 0 func 0
> AcpiOsDerivePciId: bus 0 dev 7 func 3

That is intentional debugging output which will be removed before
committing any code.  Please send me the output of pciconf -l in private
email so I can compare the derived bus id's to the actual ones.
 
> The 0328 version seems to have some trouble, that the PowerSwitch
> does not seem to work, due to error related to EC handling:
> 
> acpi_ec0: <embedded controller> port 0x66,0x62 on acpi0
> acpi_ec0: can't install GPE handler for \\_SB_.PCI0.ISA_.EC0_ - AE_BAD_PARAMETER
> device_probe_and_attach: acpi_ec0 attach returned 6
> acpi_cmbat0: <Control method Battery> on acpi0
> acpi_acad0: <AC adapter> on acpi0
> acpi_ec0: <embedded controller> port 0x66,0x62 on acpi0
> acpi_ec0: can't install GPE handler for \\_SB_.PCI0.ISA_.EC0_ - AE_BAD_PARAMETER
> device_probe_and_attach: acpi_ec0 attach returned 6
> 
> If you need more info, please let me know.

Martin Blapp reported this same problem with the 0328 dist.  It looks like
GPE handling has been broken recently and so I'm leaning towards importing
0228.

-Nate

