mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Add RadiSys Corporation OEM description string
This commit is contained in:
parent
ab18a0e335
commit
56adf15b23
@ -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,
|
||||
|
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user