mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Dmitry Konyshev's 7/22/08 patch to add IANA support for Pigeon Point
This commit is contained in:
parent
7924e052ca
commit
e3abbf667a
@ -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;
|
||||
|
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user