From dbe514a5588766a75a2abfae6308ed608a1bed41 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sun, 2 Jun 2013 12:24:36 +0000 Subject: [PATCH] ID: 3613042 - add missing Entity IDs Commit adds missing Entity IDs as defined by 43.14 Entity IDs, IPMI Specification, V2.0, Markup for Addendum, Rev. 4. Reported-by: Ulrich Windl --- ipmitool/lib/ipmi_strings.c | 54 +++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/ipmitool/lib/ipmi_strings.c b/ipmitool/lib/ipmi_strings.c index c61e1f7..e7ad819 100644 --- a/ipmitool/lib/ipmi_strings.c +++ b/ipmitool/lib/ipmi_strings.c @@ -260,26 +260,40 @@ 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" }, - /* PICMG */ - { 0xA0, "PICMG Front Board" }, - { 0xC0, "PICMG Rear Transition Module" }, - { 0xC1, "PICMG AdvancedMC Module" }, - { 0xF0, "PICMG Shelf Management Controller" }, - { 0xF1, "PICMG Filtration Unit" }, - { 0xF2, "PICMG Shelf FRU Information" }, - { 0xF3, "PICMG Alarm Panel" }, + { 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" }, + { 0x35, "Real Time Clock(RTC)" }, + { 0x36, "Reserved" }, + { 0x37, "Air Inlet" }, + { 0x38, "Reserved" }, + { 0x39, "Reserved" }, + { 0x3A, "Reserved" }, + { 0x3B, "Reserved" }, + { 0x3C, "Reserved" }, + { 0x3D, "Reserved" }, + { 0x3E, "Reserved" }, + { 0x3F, "Reserved" }, + { 0x40, "Air Inlet" }, + { 0x41, "Processor" }, + { 0x42, "Baseboard/Main System Board" }, + /* PICMG */ + { 0xA0, "PICMG Front Board" }, + { 0xC0, "PICMG Rear Transition Module" }, + { 0xC1, "PICMG AdvancedMC Module" }, + { 0xF0, "PICMG Shelf Management Controller" }, + { 0xF1, "PICMG Filtration Unit" }, + { 0xF2, "PICMG Shelf FRU Information" }, + { 0xF3, "PICMG Alarm Panel" }, { 0x00, NULL }, };