From 54dfc91b2b8637611fad81b8e51552b7ff2d3982 Mon Sep 17 00:00:00 2001 From: Jeremy Ellington Date: Tue, 5 Jul 2005 16:12:13 +0000 Subject: [PATCH] Extended the string list for Entity IDs, per the 2.0 spec's table 43-13. --- ipmitool/lib/ipmi_strings.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index 49333df..640ab67 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -152,6 +152,18 @@ const struct valstr entity_id_vals[] = { { 0x26, "Remote Management Device" }, { 0x27, "External Environment" }, { 0x28, "Battery" }, + { 0x29, "Processing Blade" }, + { 0x2A, "Connectivity Switch" }, + { 0x2B, "Processor/Memory Module" }, + { 0x2C, "I/O Module" }, + { 0x2D, "Processor/IO Module" }, + { 0x2E, "Management Controller Firmware" }, + { 0x2F, "IPMI Channel" }, + { 0x30, "PCI Bus" }, + { 0x31, "PCI Express Bus" }, + { 0x32, "SCSI Bus (parallel)" }, + { 0x33, "SATA/SAS Bus" }, + { 0x34, "Processor/Front-Side Bus" }, { 0x00, NULL }, };