I could not find any reference to this one, but it looks like for specific hardware this necessary.
Signed-off-by: Thomas Renninger <[email protected]> diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-OpenIPMI-2.0.20-rc3/include/linux/ipmi_msgdefs.h ./include/linux/ipmi_msgdefs.h --- ../orig-OpenIPMI-2.0.20-rc3/include/linux/ipmi_msgdefs.h 2012-07-22 00:01:45.000000000 +0200 +++ ./include/linux/ipmi_msgdefs.h 2013-10-04 09:41:31.801884531 +0200 @@ -53,6 +53,6 @@ #define IPMI_GET_BMC_GLOBAL_ENABLES_CMD 0x2f #define IPMI_READ_EVENT_MSG_BUFFER_CMD 0x35 -#define IPMI_MAX_MSG_LENGTH 80 +#define IPMI_MAX_MSG_LENGTH 256 #endif /* __LINUX_IPMI_MSGDEFS_H */ diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-OpenIPMI-2.0.20-rc3/include/OpenIPMI/ipmi_types.h ./include/OpenIPMI/ipmi_types.h --- ../orig-OpenIPMI-2.0.20-rc3/include/OpenIPMI/ipmi_types.h 2013-01-21 18:24:13.000000000 +0100 +++ ./include/OpenIPMI/ipmi_types.h 2013-10-04 09:41:31.801884531 +0200 @@ -124,7 +124,7 @@ #ifndef __LINUX_IPMI_H /* Don't include this is we are including the kernel */ -#define IPMI_MAX_MSG_LENGTH 80 +#define IPMI_MAX_MSG_LENGTH 256 /* A raw IPMI message without any addressing. This covers both commands and responses. The completion code is always the first ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
