[PATCH] ipmi: replace call to try_smi_init() with call to add_smi()

2013-01-08 Thread Tony Camuso
on both ACPI namespace and SMBIOS table. ipmi_pnp_probe() should call add_smi() instead of try_smi_init() For reference, see upstream commit ... 2407d77a1a013b88ee3b817f2b934e420e5376f5 Signed-off-by: Tony Camuso tcam...@redhat.com --- drivers/char/ipmi/ipmi_si_intf.c |2 +- 1 files changed

[PATCH] ipmi: add new kernel options to prevent automatic ipmi init

2012-12-19 Thread Tony Camuso
proceeds according to the kernel default. Tested-by: Jim Paradis jpara...@redhat.com Signed-off-by: Robert Evans robert.ev...@stratus.com Signed-off-by: Jim Paradis jpara...@redhat.com Signed-off-by: Tony Camuso tcam...@redhat.com --- drivers/char/ipmi/ipmi_si_intf.c | 28

Re: [PATCH] ipmi: add new kernel options to prevent automatic ipmi init

2012-12-19 Thread Tony Camuso
RHEL builds the ipmi_si into the kernel by default, rather than as a module, because it is required early in order to be available for ACPI opregion access. However, it appears that some of our customers have custom ipmi drivers, and this gets in their way. Stratus is currently evaluating your