Dmitry Konyshev's 7/22/08 patch to add IANA support for Pigeon Point

This commit is contained in:
Carol Hebert 2009-01-08 21:21:22 +00:00
parent 7924e052ca
commit e3abbf667a
2 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,7 @@ typedef enum IPMI_OEM {
IPMI_OEM_PICMG = 12634,
IPMI_OEM_RARITAN = 13742,
IPMI_OEM_KONTRON = 15000,
IPMI_OEM_PPS = 16394,
IPMI_OEM_AMI = 20974,
IPMI_OEM_NOKIA_SIEMENS_NETWORKS = 28458
} IPMI_OEM;

View File

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