Added OEM byte (47) to verbose output

This commit is contained in:
Marie-Josee Blais 2010-04-30 14:50:12 +00:00
parent fe43278196
commit cad476e5b1

View File

@ -1388,6 +1388,8 @@ ipmi_sdr_print_sensor_full(struct ipmi_intf *intf,
DISCRETE_SENSOR, DISCRETE_SENSOR,
target, target,
lun); lun);
printf(" OEM : %X\n",
sensor->oem);
printf("\n"); printf("\n");
return 0; /* done */ return 0; /* done */
@ -1793,6 +1795,8 @@ ipmi_sdr_print_sensor_compact(struct ipmi_intf *intf,
DISCRETE_SENSOR, DISCRETE_SENSOR,
target, target,
lun); lun);
printf(" OEM : %X\n",
sensor->oem);
printf("\n"); printf("\n");
} else { } else {
int dostate = 1; int dostate = 1;