mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ID:361 - Add a OEM IANA information
This commit is contained in:
parent
c59e7247dd
commit
d874267e9b
@ -269,6 +269,7 @@ typedef enum IPMI_OEM {
|
|||||||
IPMI_OEM_BROADCOM = 4413,
|
IPMI_OEM_BROADCOM = 4413,
|
||||||
IPMI_OEM_MAGNUM = 5593,
|
IPMI_OEM_MAGNUM = 5593,
|
||||||
IPMI_OEM_TYAN = 6653,
|
IPMI_OEM_TYAN = 6653,
|
||||||
|
IPMI_OEM_QUANTA = 7244,
|
||||||
IPMI_OEM_NEWISYS = 9237,
|
IPMI_OEM_NEWISYS = 9237,
|
||||||
IPMI_OEM_FUJITSU_SIEMENS = 10368,
|
IPMI_OEM_FUJITSU_SIEMENS = 10368,
|
||||||
IPMI_OEM_AVOCENT = 10418,
|
IPMI_OEM_AVOCENT = 10418,
|
||||||
|
@ -68,6 +68,7 @@ const struct valstr ipmi_oem_info[] = {
|
|||||||
{ IPMI_OEM_BULL, "Bull Company" },
|
{ IPMI_OEM_BULL, "Bull Company" },
|
||||||
{ IPMI_OEM_PPS, "Pigeon Point Systems" },
|
{ IPMI_OEM_PPS, "Pigeon Point Systems" },
|
||||||
{ IPMI_OEM_BROADCOM, "Broadcom Corporation" },
|
{ IPMI_OEM_BROADCOM, "Broadcom Corporation" },
|
||||||
|
{ IPMI_OEM_QUANTA, "Quanta" },
|
||||||
{ 0xffff , NULL },
|
{ 0xffff , NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user