ID:361 - Add a OEM IANA information

This commit is contained in:
Zdenek Styblik 2015-01-22 12:16:25 +01:00
parent c59e7247dd
commit d874267e9b
2 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,7 @@ typedef enum IPMI_OEM {
IPMI_OEM_BROADCOM = 4413,
IPMI_OEM_MAGNUM = 5593,
IPMI_OEM_TYAN = 6653,
IPMI_OEM_QUANTA = 7244,
IPMI_OEM_NEWISYS = 9237,
IPMI_OEM_FUJITSU_SIEMENS = 10368,
IPMI_OEM_AVOCENT = 10418,

View File

@ -68,6 +68,7 @@ const struct valstr ipmi_oem_info[] = {
{ IPMI_OEM_BULL, "Bull Company" },
{ IPMI_OEM_PPS, "Pigeon Point Systems" },
{ IPMI_OEM_BROADCOM, "Broadcom Corporation" },
{ IPMI_OEM_QUANTA, "Quanta" },
{ 0xffff , NULL },
};