From 09adafacd845f654274c01f7a6b4a06eaf8059e7 Mon Sep 17 00:00:00 2001 From: Jean-Michel Audet Date: Fri, 29 May 2009 19:08:52 +0000 Subject: [PATCH] - Add new Kontron Product in ipmi_strings for product ID. - Kontron KTC5520/EATX Server Motherboard with integrated iBMC/KVM/VM --- 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 ac00d14..af03b31 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -94,6 +94,7 @@ const struct oemvalstr ipmi_oem_product_info[] = { { IPMI_OEM_KONTRON,5504, "AM4300 AdvancedMC" }, { IPMI_OEM_KONTRON,5507, "AM4301 AdvancedMC" }, { IPMI_OEM_KONTRON,5508, "AM4330 AdvancedMC" }, + { IPMI_OEM_KONTRON,5520, "KTC5520/EATX" }, { IPMI_OEM_KONTRON,5703, "RTM8020" }, { IPMI_OEM_KONTRON,5704, "RTM8030" }, { IPMI_OEM_KONTRON,6000, "CP6000" },