Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2008-07-17 Thread Bjorn Helgaas
On Thursday 19 July 2007 10:32:11 am [EMAIL PROTECTED] wrote: From Bjorn: In RHEL5 there was a change made to the acpi motherboard driver to not attach if any of the _CRS values are not I/O ports. Yes. This is part of linux-2.6-x86_64-memory-hotplug.patch, and it apparently helps fix a

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-07-19 Thread Jordan_Hargrave
]; [EMAIL PROTECTED]; openipmi-developer@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table() On Wednesday 18 July 2007 10:49:58 am [EMAIL PROTECTED] wrote: I've done some more investigating on this and found why this works in RHEL5

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-07-19 Thread Bjorn Helgaas
On Thursday 19 July 2007 10:32:11 am [EMAIL PROTECTED] wrote: From Bjorn: In RHEL5 there was a change made to the acpi motherboard driver to not attach if any of the _CRS values are not I/O ports. Yes. This is part of linux-2.6-x86_64-memory-hotplug.patch, and it apparently helps fix a

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-02-28 Thread Corey Minyard
[EMAIL PROTECTED] wrote: Corey, Here is the patch (RHEL5 base code) I've been testing that detects the ACPI namespace object. The IPI0001 device doesn't contain the register spacing directly; it has a _CRS resource object that (for KCS) has two I/O port entries. I save the first port

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-02-28 Thread Jordan_Hargrave
PROTECTED] Sent: Wed 2/28/2007 3:42 PM To: Hargrave, Jordan Cc: Domsch, Matt; [EMAIL PROTECTED]; linux-acpi@vger.kernel.org; openipmi-developer@lists.sourceforge.net; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table() [EMAIL PROTECTED] wrote

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-02-28 Thread Bjorn Helgaas
On Wednesday 28 February 2007 15:05, [EMAIL PROTECTED] wrote: The reason for the acpi_bus_register/unregister is to get the handle of the IPMI ACPI object. There isn't a way to get the device handle otherwise. Once it gets the handle it doesn't need the ACPI device anymore. Well, but in a

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-02-26 Thread Bjorn Helgaas
On Monday 26 February 2007 11:30, [EMAIL PROTECTED] wrote: Here is the patch (RHEL5 base code) I've been testing that detects the ACPI namespace object. I like this approach a lot. Shouldn't acpi_ipmi_getresource() also look for IRQ descriptors? The existing code that looks at the SPMI

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-02-26 Thread Jordan_Hargrave
Message- From: Bjorn Helgaas [mailto:[EMAIL PROTECTED] Sent: Mon 2/26/2007 1:32 PM To: Hargrave, Jordan Cc: Domsch, Matt; [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-acpi@vger.kernel.org; openipmi-developer@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [Openipmi-developer] acpi_find_bmc

Re: [Openipmi-developer] acpi_find_bmc() and acpi_get_table()

2007-02-25 Thread Matt Domsch
On Tue, Feb 20, 2007 at 07:55:36AM -0600, Corey Minyard wrote: Alexey Starikovskiy wrote: Bjorn Helgaas wrote: On Thursday 15 February 2007 22:15, Corey Minyard wrote: Bjorn Helgaas wrote: On Saturday 10 February 2007 21:27, Len Brown wrote: acpi_find_bmc() appears