From 69c50e3d735ec6a243d935562f7148c1237979bd Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 17 Mar 2005 05:00:32 +0000 Subject: [PATCH] clearer description --- ipmitool/lib/ipmi_oem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipmitool/lib/ipmi_oem.c b/ipmitool/lib/ipmi_oem.c index 636c46e..62a151f 100644 --- a/ipmitool/lib/ipmi_oem.c +++ b/ipmitool/lib/ipmi_oem.c @@ -45,12 +45,12 @@ static int ipmi_oem_supermicro(struct ipmi_intf * intf); static struct ipmi_oem_handle ipmi_oem_list[] = { { name: "supermicro", - desc: "Supermicro BMC with OEM LAN authentication support", + desc: "Supermicro IPMIv1.5 BMC with OEM LAN authentication support", setup: ipmi_oem_supermicro, }, { name: "intelwv2", - desc: "Intel SE7501WV2 BMC with extra LAN communication support", + desc: "Intel SE7501WV2 IPMIv1.5 BMC with extra LAN communication support", }, { name: "intelplus",