ID:430 - Change Nokia Siemens Networks to Nokia Solutions and Networks

This commit is contained in:
Dong Debin 2016-03-20 20:00:15 +02:00 committed by Zdenek Styblik
parent 8fe8a5c74c
commit d6ca800da2
2 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ typedef enum IPMI_OEM {
IPMI_OEM_AMI = 20974, IPMI_OEM_AMI = 20974,
/* 24339 for [ADLINK TECHNOLOGY INC.] */ /* 24339 for [ADLINK TECHNOLOGY INC.] */
IPMI_OEM_ADLINK_24339 = 24339, IPMI_OEM_ADLINK_24339 = 24339,
IPMI_OEM_NOKIA_SIEMENS_NETWORKS = 28458, IPMI_OEM_NOKIA_SOLUTIONS_AND_NETWORKS = 28458,
IPMI_OEM_SUPERMICRO_47488 = 47488 IPMI_OEM_SUPERMICRO_47488 = 47488
} IPMI_OEM; } IPMI_OEM;

View File

@ -64,7 +64,7 @@ const struct valstr ipmi_oem_info[] = {
{ IPMI_OEM_TOSHIBA, "Toshiba" }, { IPMI_OEM_TOSHIBA, "Toshiba" },
{ IPMI_OEM_HITACHI_116, "Hitachi" }, { IPMI_OEM_HITACHI_116, "Hitachi" },
{ IPMI_OEM_HITACHI_399, "Hitachi" }, { IPMI_OEM_HITACHI_399, "Hitachi" },
{ IPMI_OEM_NOKIA_SIEMENS_NETWORKS, "Nokia Siemens Networks" }, { IPMI_OEM_NOKIA_SOLUTIONS_AND_NETWORKS, "Nokia Solutions and Networks (formerly 'Nokia Siemens Networks')" },
{ IPMI_OEM_BULL, "Bull Company" }, { IPMI_OEM_BULL, "Bull Company" },
{ IPMI_OEM_PPS, "Pigeon Point Systems" }, { IPMI_OEM_PPS, "Pigeon Point Systems" },
{ IPMI_OEM_BROADCOM, "Broadcom Corporation" }, { IPMI_OEM_BROADCOM, "Broadcom Corporation" },