From d3badb58b20fda451931ff1a6e1c806442a6bb87 Mon Sep 17 00:00:00 2001 From: Francois Isabelle Date: Mon, 1 Oct 2007 13:59:00 +0000 Subject: [PATCH] added 'PICMG' iana number to string conversion support --- ipmitool/lib/ipmi_strings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 7e32160..2bf1882 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -48,6 +48,7 @@ const struct valstr ipmi_oem_info[] = { { IPMI_OEM_GOOGLE, "Google" }, { IPMI_OEM_KONTRON, "Kontron" }, { IPMI_OEM_NOKIA, "Nokia" }, + { IPMI_OEM_PICMG, "PICMG" }, { 0xffff , NULL }, };