Add RadiSys Corporation OEM description string

This commit is contained in:
Dmitry Frolov 2007-08-29 05:52:16 +00:00
parent ab18a0e335
commit 56adf15b23
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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" },