diff --git a/ipmitool/include/ipmitool/ipmi.h b/ipmitool/include/ipmitool/ipmi.h index f67d40a..0aec66f 100644 --- a/ipmitool/include/ipmitool/ipmi.h +++ b/ipmitool/include/ipmitool/ipmi.h @@ -243,6 +243,7 @@ typedef enum IPMI_OEM { IPMI_OEM_SUN = 42, IPMI_OEM_NOKIA = 94, IPMI_OEM_INTEL = 343, + IPMI_OEM_RADISYS = 4337, IPMI_OEM_TYAN = 6653, IPMI_OEM_NEWISYS = 9237, IPMI_OEM_SUPERMICRO = 10876, diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index fb8f9ed..7e32160 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -41,6 +41,7 @@ const struct valstr ipmi_oem_info[] = { { IPMI_OEM_UNKNOWN, "Unknown" }, { IPMI_OEM_SUN, "Sun Microsystems" }, { IPMI_OEM_INTEL, "Intel Corporation" }, + { IPMI_OEM_RADISYS, "RadiSys Corporation" }, { IPMI_OEM_TYAN, "Tyan Computer Corporation" }, { IPMI_OEM_NEWISYS, "Newisys" }, { IPMI_OEM_SUPERMICRO, "Supermicro" },