mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Added OEM byte (47) to verbose output
This commit is contained in:
parent
fe43278196
commit
cad476e5b1
@ -1388,6 +1388,8 @@ ipmi_sdr_print_sensor_full(struct ipmi_intf *intf,
|
||||
DISCRETE_SENSOR,
|
||||
target,
|
||||
lun);
|
||||
printf(" OEM : %X\n",
|
||||
sensor->oem);
|
||||
printf("\n");
|
||||
|
||||
return 0; /* done */
|
||||
@ -1793,6 +1795,8 @@ ipmi_sdr_print_sensor_compact(struct ipmi_intf *intf,
|
||||
DISCRETE_SENSOR,
|
||||
target,
|
||||
lun);
|
||||
printf(" OEM : %X\n",
|
||||
sensor->oem);
|
||||
printf("\n");
|
||||
} else {
|
||||
int dostate = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user