Bernard Manjou patch to include the BULL IANA number in the IPMI_OEM list

This commit is contained in:
Carol Hebert 2008-07-19 00:02:28 +00:00
parent d09e279c79
commit b120e11c3d
2 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,7 @@ typedef enum IPMI_OEM {
IPMI_OEM_HP = 11,
IPMI_OEM_SUN = 42,
IPMI_OEM_NOKIA = 94,
IPMI_OEM_BULL = 107,
IPMI_OEM_HITACHI_116 = 116,
IPMI_OEM_NEC = 119,
IPMI_OEM_TOSHIBA = 186,

View File

@ -65,6 +65,7 @@ const struct valstr ipmi_oem_info[] = {
{ IPMI_OEM_HITACHI_116, "Hitachi" },
{ IPMI_OEM_HITACHI_399, "Hitachi" },
{ IPMI_OEM_NOKIA_SIEMENS_NETWORKS, "Nokia Siemens Networks" },
{ IPMI_OEM_BULL, "Bull Company" },
{ 0xffff , NULL },
};