From 56adf15b236b5dc1b45a9ce737df459daaf695ce Mon Sep 17 00:00:00 2001 From: Dmitry Frolov Date: Wed, 29 Aug 2007 05:52:16 +0000 Subject: [PATCH] Add RadiSys Corporation OEM description string --- ipmitool/include/ipmitool/ipmi.h | 1 + ipmitool/lib/ipmi_strings.c | 1 + 2 files changed, 2 insertions(+) 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" },