mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-28 16:21:35 +00:00
added fix for tracker #2849300 "Incorrect Firmware Revision"
This commit is contained in:
@@ -357,7 +357,7 @@ ipmi_mc_get_deviceid(struct ipmi_intf * intf)
|
||||
devid->device_id);
|
||||
printf("Device Revision : %i\n",
|
||||
devid->device_revision & IPM_DEV_DEVICE_ID_REV_MASK);
|
||||
printf("Firmware Revision : %u.%x\n",
|
||||
printf("Firmware Revision : %u.%02x\n",
|
||||
devid->fw_rev1 & IPM_DEV_FWREV1_MAJOR_MASK,
|
||||
devid->fw_rev2);
|
||||
printf("IPMI Version : %x.%x\n",
|
||||
|
||||
Reference in New Issue
Block a user