[Openipmi-developer] [PATCH] IPMI: Support I/O resources in OF driver

2008-05-17 Thread Nate Case
The current OF probing assumes that the resource is IORESOURCE_MEM. This checks for the IORESOURCE_IO flag and behaves appropriately. An I/O resource can exist with an ipmi device node on a legacy ISA bus. Signed-off-by: Nate Case [EMAIL PROTECTED] --- drivers/char/ipmi/ipmi_si_intf.c | 12

Re: [Openipmi-developer] [PATCH] IPMI: Support I/O resources in OF driver

2008-05-17 Thread Corey Minyard
Just a note, this patch is now in the mainstream kernel. -corey Nate Case wrote: The current OF probing assumes that the resource is IORESOURCE_MEM. This checks for the IORESOURCE_IO flag and behaves appropriately. An I/O resource can exist with an ipmi device node on a legacy ISA bus.

[Openipmi-developer] [PATCH] IPMI: Support I/O resources in OF driver

2008-05-08 Thread Corey Minyard
From: Nate Case [EMAIL PROTECTED] The current OF probing assumes that the resource is IORESOURCE_MEM. This checks for the IORESOURCE_IO flag and behaves appropriately. An I/O resource can exist with an ipmi device node on a legacy ISA bus. Signed-off-by: Nate Case [EMAIL PROTECTED]