From 6a90734a6759e8f3b136b3c211aac9b11dec49c9 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 14 Jul 2005 23:40:25 +0000 Subject: [PATCH] add sun id --- ipmitool/lib/ipmi_strings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 663275f..05d3c48 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -42,7 +42,8 @@ const struct valstr ipmi_oem_info[] = { - { IPMI_OEM_UNKNOWN , "Unknown/Unspecifier OEM" }, + { IPMI_OEM_UNKNOWN, "Unknown/Unspecifier OEM" }, + { IPMI_OEM_SUN , "Sun Microsystems" }, { IPMI_OEM_INTEL , "Intel Corporation" }, { IPMI_OEM_NEWISYS, "Newisys" }, { IPMI_OEM_KONTRON, "Kontron" },