mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
add supermicro oem type
This commit is contained in:
parent
ae1fe95cb1
commit
da9252ceba
@ -531,6 +531,7 @@ typedef enum IPMI_OEM {
|
|||||||
IPMI_OEM_UNKNOWN = 0,
|
IPMI_OEM_UNKNOWN = 0,
|
||||||
IPMI_OEM_SUN = 42,
|
IPMI_OEM_SUN = 42,
|
||||||
IPMI_OEM_INTEL = 343,
|
IPMI_OEM_INTEL = 343,
|
||||||
|
IPMI_OEM_SUPERMICRO = 2168,
|
||||||
IPMI_OEM_NEWISYS = 9237,
|
IPMI_OEM_NEWISYS = 9237,
|
||||||
IPMI_OEM_KONTRON = 15000
|
IPMI_OEM_KONTRON = 15000
|
||||||
} IPMI_OEM;
|
} IPMI_OEM;
|
||||||
|
@ -43,8 +43,9 @@
|
|||||||
const struct valstr ipmi_oem_info[] = {
|
const struct valstr ipmi_oem_info[] = {
|
||||||
|
|
||||||
{ IPMI_OEM_UNKNOWN, "Unknown" },
|
{ IPMI_OEM_UNKNOWN, "Unknown" },
|
||||||
{ IPMI_OEM_SUN , "Sun Microsystems" },
|
{ IPMI_OEM_SUN, "Sun Microsystems" },
|
||||||
{ IPMI_OEM_INTEL , "Intel Corporation" },
|
{ IPMI_OEM_INTEL, "Intel Corporation" },
|
||||||
|
{ IPMI_OEM_SUPERMICRO, "Supermicro" },
|
||||||
{ IPMI_OEM_NEWISYS, "Newisys" },
|
{ IPMI_OEM_NEWISYS, "Newisys" },
|
||||||
{ IPMI_OEM_KONTRON, "Kontron" },
|
{ IPMI_OEM_KONTRON, "Kontron" },
|
||||||
{ 0xffff , NULL },
|
{ 0xffff , NULL },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user