From e3abbf667ab60a8c9a97e8728b75ee8a3899f75c Mon Sep 17 00:00:00 2001 From: Carol Hebert Date: Thu, 8 Jan 2009 21:21:22 +0000 Subject: [PATCH] Dmitry Konyshev's 7/22/08 patch to add IANA support for Pigeon Point --- ipmitool/include/ipmitool/ipmi.h | 1 + ipmitool/lib/ipmi_strings.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ipmitool/include/ipmitool/ipmi.h b/ipmitool/include/ipmitool/ipmi.h index 5968d63..552fcd6 100644 --- a/ipmitool/include/ipmitool/ipmi.h +++ b/ipmitool/include/ipmitool/ipmi.h @@ -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; diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 8b277db..162015c 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -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 }, };