diff options
| author | dan mcgee <dan.mcgee@sanmina.com> | 2019-06-03 15:46:05 -0600 |
|---|---|---|
| committer | Alexander Amelkin <mocbuhtig@amelkin.msk.ru> | 2019-06-11 17:58:29 +0300 |
| commit | 8071cf73897e6b5d555efa49d789fa99c9da8c9a (patch) | |
| tree | 618b117d0f0b2dcb25d30bb731c83a037600ee82 /include | |
| parent | ca7767793eb40d9d69d161e5855285f3cb955bbc (diff) | |
| download | ipmitool-8071cf73897e6b5d555efa49d789fa99c9da8c9a.tar.gz | |
oem: name change from Newisys to Viking Enterprise Solutions
Renamed the oem strings containing Newisys to Viking Enterprise Solutions.
IANA 9237
Built and tested with AMI's IPMI stack LTS 12.01.
Resolves ipmitool/ipmitool#124
Signed-off-by: dan mcgee <dan.mcgee@vikingenterprise.com>
Signed-off-by: dan mcgee <dan.mcgee@sanmina.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ipmitool/ipmi.h | 2 | ||||
| -rw-r--r-- | include/ipmitool/ipmi_sel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ipmitool/ipmi.h b/include/ipmitool/ipmi.h index f541496..615267c 100644 --- a/include/ipmitool/ipmi.h +++ b/include/ipmitool/ipmi.h @@ -283,7 +283,7 @@ typedef enum IPMI_OEM { IPMI_OEM_MAGNUM = 5593, IPMI_OEM_TYAN = 6653, IPMI_OEM_QUANTA = 7244, - IPMI_OEM_NEWISYS = 9237, + IPMI_OEM_VIKING = 9237, IPMI_OEM_ADVANTECH = 10297, IPMI_OEM_FUJITSU_SIEMENS = 10368, IPMI_OEM_AVOCENT = 10418, diff --git a/include/ipmitool/ipmi_sel.h b/include/ipmitool/ipmi_sel.h index a6a2a42..99bc107 100644 --- a/include/ipmitool/ipmi_sel.h +++ b/include/ipmitool/ipmi_sel.h @@ -679,7 +679,7 @@ void ipmi_sel_print_extended_entry_verbose(struct ipmi_intf * intf, struct sel_e void ipmi_get_event_desc(struct ipmi_intf * intf, struct sel_event_record * rec, char ** desc); const char * ipmi_get_sensor_type(struct ipmi_intf *intf, uint8_t code); uint16_t ipmi_sel_get_std_entry(struct ipmi_intf * intf, uint16_t id, struct sel_event_record * evt); -char * get_newisys_evt_desc(struct ipmi_intf * intf, struct sel_event_record * rec); +char * get_viking_evt_desc(struct ipmi_intf * intf, struct sel_event_record * rec); IPMI_OEM ipmi_get_oem(struct ipmi_intf * intf); char * ipmi_get_oem_desc(struct ipmi_intf * intf, struct sel_event_record * rec); int ipmi_sel_oem_init(const char * filename); |
