Re: [patch] ipmi: check, if default ports are accessible on PPC
From: Olaf Hering <hidden>
Date: 2007-04-20 18:08:21
From: Olaf Hering <hidden>
Date: 2007-04-20 18:08:21
On Fri, Apr 20, Olaf Hering wrote:
On Mon, Feb 26, Christian Krafft wrote:quoted
ipmi_si_intf tries to access default ports, if no device could be found elsewhere. On PPC we have a function to check, if these legacy IO ports are accessible. This patch adds a check for these ports on PPC. This patch fixes a breakage of IPMI module on PPC machines without a BMC.This patch is a no-op even for IPMI capable systems.
I missed the 'return 0;' in pSeries_check_legacy_ioport().