one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-28 Thread Mattia Dongili
On Sat, Aug 26, 2006 at 04:09:22PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc4/2.6.18-rc4-mm3/ [...] > git-acpi.patch Sorry for reporting separately, I deleted the other thread on the issue. Here we go: [9.386644] PCI: Using ACPI f

RE: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-28 Thread Li, Shaohua
Error (utglobal-0125): Unknown exception code: >0xFFFFFFEA [Re: 2.6.18-rc4-mm3] > >On Sat, Aug 26, 2006 at 04:09:22PM -0700, Andrew Morton wrote: >> >> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18- >rc4/2.6.18-rc4-mm3/ >[...] >> git-acpi.patch

RE: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-29 Thread Moore, Robert
orton > Cc: linux-kernel@vger.kernel.org; linux-acpi@vger.kernel.org > Subject: RE: one more ACPI Error (utglobal-0125): Unknown exception code: > 0xFFEA [Re: 2.6.18-rc4-mm3] > > > > >-Original Message- > >From: [EMAIL PROTECTED] [mailto:linux-kernel- &g

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-30 Thread Len Brown
On Tuesday 29 August 2006 16:04, Moore, Robert wrote: > As far as the unknown exception, > > >[9.392729] [] acpi_ut_status_exit+0x31/0x5e > >[9.393453] [] acpi_walk_resources+0x10e/0x11b > >[9.394174] [] acpi_motherboard_add+0x22/0x31 > > I would guess that the callback routine for

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread keith mannthey
On Thu, 2006-08-31 at 02:48 -0400, Len Brown wrote: > On Tuesday 29 August 2006 16:04, Moore, Robert wrote: > > As far as the unknown exception, > > > > >[9.392729] [] acpi_ut_status_exit+0x31/0x5e > > >[9.393453] [] acpi_walk_resources+0x10e/0x11b > > >[9.394174] [] acpi_motherboar

RE: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread Moore, Robert
[EMAIL PROTECTED] > Sent: Thursday, August 31, 2006 9:49 AM > To: Len Brown > Cc: Moore, Robert; Li, Shaohua; Mattia Dongili; Andrew Morton; lkml; linux > acpi; KAMEZAWA Hiroyuki > Subject: Re: one more ACPI Error (utglobal-0125): Unknown exception > code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3] &g

RE: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread keith mannthey
aohua; Mattia Dongili; Andrew Morton; lkml; > linux > > acpi; KAMEZAWA Hiroyuki > > Subject: Re: one more ACPI Error (utglobal-0125): Unknown exception > > code:0xFFEA [Re: 2.6.18-rc4-mm3] > > > > On Thu, 2006-08-31 at 02:48 -0400, Len Brown wrote: > > >

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread Bjorn Helgaas
On Thursday 31 August 2006 10:48, keith mannthey wrote: > On Thu, 2006-08-31 at 02:48 -0400, Len Brown wrote: > > On Tuesday 29 August 2006 16:04, Moore, Robert wrote: > > > As far as the unknown exception, > > > > > > >[9.392729] [] acpi_ut_status_exit+0x31/0x5e > > > >[9.393453] [] acp

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread Shaohua Li
On Fri, 2006-09-01 at 09:19 +0800, keith mannthey wrote: > On Thu, 2006-08-31 at 17:06 -0600, Bjorn Helgaas wrote: > > On Thursday 31 August 2006 10:48, keith mannthey wrote: > > > On Thu, 2006-08-31 at 02:48 -0400, Len Brown wrote: > > > > On Tuesday 29 August 2006 16:04, Moore, Robert wrote:

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread Bjorn Helgaas
> On Thu, 2006-08-31 at 17:06 -0600, Bjorn Helgaas wrote: >> Problem 1: acpi_reserve_io_ranges() needs to return an acpi_status >> like AE_OK or AE_CTRL_TERMINATE, not a -EINVAL. > > Sure great sounds. I understand AE_OK is a 0 return so I can change it > to AE_CTRL_TERMINATE. I don't want acpi_

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread keith mannthey
> > Also see > > http://sourceforge.net/mailarchive/forum.php? > > thread_id=15282420&forum_id=223 > > > > I don't claim this is the ACPI correct solution and am welcome to any > > input that fixes my issue: acpi_bus_find_driver returning the > > incorrect > > driver for a given handle.

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-08-31 Thread KAMEZAWA Hiroyuki
On Thu, 31 Aug 2006 21:15:55 -0600 (MDT) "Bjorn Helgaas" <[EMAIL PROTECTED]> wrote: > Ok, this is starting to make sense. It sounds like your memory > device has _HID of PNP0C80 and _CID of PNP0C01 (or PNP0C02). > > The current ACPI driver binding algorithm in acpi_bus_find_driver() > looks at e

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-01 Thread keith mannthey
On Thu, 2006-08-31 at 21:15 -0600, Bjorn Helgaas wrote: > > On Thu, 2006-08-31 at 17:06 -0600, Bjorn Helgaas wrote: > >> Problem 1: acpi_reserve_io_ranges() needs to return an acpi_status > >> like AE_OK or AE_CTRL_TERMINATE, not a -EINVAL. > > > > Sure great sounds. I understand AE_OK is a 0 retu

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-01 Thread Bjorn Helgaas
On Friday 01 September 2006 17:01, keith mannthey wrote: > On Thu, 2006-08-31 at 21:15 -0600, Bjorn Helgaas wrote: > > The current ACPI driver binding algorithm in acpi_bus_find_driver() > > looks at each driver, checking whether it can match either the _HID > > or the _CID of a device. Since we t

Re: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-06 Thread keith mannthey
On Fri, 2006-09-01 at 17:20 -0600, Bjorn Helgaas wrote: > On Friday 01 September 2006 17:01, keith mannthey wrote: > > On Thu, 2006-08-31 at 21:15 -0600, Bjorn Helgaas wrote: > > > The current ACPI driver binding algorithm in acpi_bus_find_driver() > > > looks at each driver, checking whether it ca

RE: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-06 Thread Moore, Robert
] [mailto:linux-acpi- > [EMAIL PROTECTED] On Behalf Of keith mannthey > Sent: Wednesday, September 06, 2006 11:14 AM > To: Bjorn Helgaas > Cc: Len Brown; Moore, Robert; Li, Shaohua; Mattia Dongili; Andrew Morton; > lkml; linux acpi; KAMEZAWA Hiroyuki > Subject: Re: one more AC

RE: one more ACPI Error (utglobal-0125): Unknown exception code: 0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-06 Thread keith mannthey
On Wed, 2006-09-06 at 11:59 -0700, Moore, Robert wrote: > From one of the ACPI guys: > > > Get hid > > Look for driver > > If you find a match, load it > > If no match, get CID > > Look for driver > > If you find a match, load it > > If you did not find an hid or cid match, punt I think this is w

RE: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-06 Thread Shaohua Li
On Thu, 2006-09-07 at 04:04 +0800, keith mannthey wrote: > On Wed, 2006-09-06 at 11:59 -0700, Moore, Robert wrote: > > From one of the ACPI guys: > > > > > Get hid > > > Look for driver > > > If you find a match, load it > > > If no match, get CID > > > Look for driver > > > If you find a

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-07 Thread Bjorn Helgaas
On Wednesday 06 September 2006 20:03, Shaohua Li wrote: > On Thu, 2006-09-07 at 04:04 +0800, keith mannthey wrote: > > On Wed, 2006-09-06 at 11:59 -0700, Moore, Robert wrote: > > > From one of the ACPI guys: > > > > > > > Get hid > > > > Look for driver > > > > If you find a match, load it >

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-07 Thread Bjorn Helgaas
> On Thu, 2006-09-07 at 09:25 -0600, Bjorn Helgaas wrote: >> If we decide that "try HID first, then try CID" is the right thing, >> I think we should figure out how to make that work. Maybe that >> means extending the driver model somehow. > Don't think it's easy, especially no other bus needs it

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-07 Thread Shaohua Li
On Thu, 2006-09-07 at 09:25 -0600, Bjorn Helgaas wrote: > On Wednesday 06 September 2006 20:03, Shaohua Li wrote: > > On Thu, 2006-09-07 at 04:04 +0800, keith mannthey wrote: > > > On Wed, 2006-09-06 at 11:59 -0700, Moore, Robert wrote: > > > > From one of the ACPI guys: > > > > > > > > > Get h

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-12 Thread keith mannthey
On Thu, 2006-09-07 at 20:27 -0600, Bjorn Helgaas wrote: > > On Thu, 2006-09-07 at 09:25 -0600, Bjorn Helgaas wrote: > >> If we decide that "try HID first, then try CID" is the right thing, > >> I think we should figure out how to make that work. Maybe that > >> means extending the driver model som

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-13 Thread Bjorn Helgaas
On Tuesday 12 September 2006 19:27, keith mannthey wrote: > On Thu, 2006-09-07 at 20:27 -0600, Bjorn Helgaas wrote: > > > On Thu, 2006-09-07 at 09:25 -0600, Bjorn Helgaas wrote: > > >> If we decide that "try HID first, then try CID" is the right thing, > > >> I think we should figure out how to mak

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-13 Thread Shaohua Li
On Wed, 2006-09-13 at 22:51 +0800, Bjorn Helgaas wrote: > On Tuesday 12 September 2006 19:27, keith mannthey wrote: > > On Thu, 2006-09-07 at 20:27 -0600, Bjorn Helgaas wrote: > > > > On Thu, 2006-09-07 at 09:25 -0600, Bjorn Helgaas wrote: > > > >> If we decide that "try HID first, then try CID" is

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-14 Thread Bjorn Helgaas
On Wednesday 13 September 2006 21:01, Shaohua Li wrote: > On Wed, 2006-09-13 at 22:51 +0800, Bjorn Helgaas wrote: > > I think that your SSDT is valid. I can't point to a specific > > reference in the spec, but I think the "try _HID first, then try > > _CID" strategy is clearly the intent. Otherwi

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-14 Thread keith mannthey
On Thu, 2006-09-14 at 11:01 +0800, Shaohua Li wrote: > On Wed, 2006-09-13 at 22:51 +0800, Bjorn Helgaas wrote: > > On Tuesday 12 September 2006 19:27, keith mannthey wrote: > > > On Thu, 2006-09-07 at 20:27 -0600, Bjorn Helgaas wrote: > > > > > On Thu, 2006-09-07 at 09:25 -0600, Bjorn Helgaas wrote

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-14 Thread Shaohua Li
On Thu, 2006-09-14 at 10:36 -0600, Bjorn Helgaas wrote: > On Wednesday 13 September 2006 21:01, Shaohua Li wrote: > > On Wed, 2006-09-13 at 22:51 +0800, Bjorn Helgaas wrote: > > > I think that your SSDT is valid. I can't point to a specific > > > reference in the spec, but I think the "try _HID fi

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-14 Thread Shaohua Li
On Thu, 2006-09-14 at 10:55 -0700, keith mannthey wrote: > On Thu, 2006-09-14 at 11:01 +0800, Shaohua Li wrote: > > On Wed, 2006-09-13 at 22:51 +0800, Bjorn Helgaas wrote: > > > On Tuesday 12 September 2006 19:27, keith mannthey wrote: > > > > On Thu, 2006-09-07 at 20:27 -0600, Bjorn Helgaas wrote:

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-19 Thread Bjorn Helgaas
On Thursday 14 September 2006 19:39, Shaohua Li wrote: > > PCI has a /sys/bus/pci/driver/XXX/{bind,unbind} mechanism to cause a > > driver to release a device and bind another driver to it. Maybe we > > could do something similar for ACPI. > After we convert acpi core to Linux driver model, we ha

Re: one more ACPI Error (utglobal-0125): Unknown exception code:0xFFFFFFEA [Re: 2.6.18-rc4-mm3]

2006-09-20 Thread keith mannthey
On Fri, 2006-09-15 at 09:52 +0800, Shaohua Li wrote: > On Thu, 2006-09-14 at 10:55 -0700, keith mannthey wrote: > > On Thu, 2006-09-14 at 11:01 +0800, Shaohua Li wrote: > > > On Wed, 2006-09-13 at 22:51 +0800, Bjorn Helgaas wrote: > > > > On Tuesday 12 September 2006 19:27, keith mannthey wrote: >