X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fipmi_msgdefs.h;h=03bc64dc2ec1d58fc70fdb02ab2c11fcf7bdf0df;hb=4b659086703c3cfdabfc916b517590ad55d1ddfa;hp=40ed591fd84b265f19565f6d838a12facc65ba4e;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/ipmi_msgdefs.h b/include/linux/ipmi_msgdefs.h index 40ed591fd..03bc64dc2 100644 --- a/include/linux/ipmi_msgdefs.h +++ b/include/linux/ipmi_msgdefs.h @@ -66,11 +66,12 @@ * one transfer. Its "virtual" BMC supports some commands that are longer * than 128 bytes. Use the full 256, plus NetFn/LUN, Cmd, cCode, plus * some overhead. It would be nice to base this on the "BT Capabilities" - * but that's too hard to propogate to the rest of the driver. */ + * but that's too hard to propagate to the rest of the driver. */ #define IPMI_MAX_MSG_LENGTH 272 /* multiple of 16 */ #define IPMI_CC_NO_ERROR 0x00 #define IPMI_NODE_BUSY_ERR 0xc0 +#define IPMI_INVALID_COMMAND_ERR 0xc1 #define IPMI_ERR_MSG_TRUNCATED 0xc6 #define IPMI_LOST_ARBITRATION_ERR 0x81 #define IPMI_ERR_UNSPECIFIED 0xff