blob: 3215bc2e6bbcfea440a3d687a74dc66d64a3f510 [file] [log] [blame]
Jim Yuanf5da1de2019-03-25 09:49:24 -07001From eee0dcae475618bef686198baf28c750de9a63a5 Mon Sep 17 00:00:00 2001
2From: Jim Yuan <jim.yuan@supermicro.com>
3Date: Tue, 11 Oct 2016 10:00:15 -0700
4Subject: [PATCH 04/14] change esel command netfn to IBM 0x3a
5
6Signed-off-by: Jim Yuan <jim.yuan@supermicro.com>
7---
8 src/include/usr/ipmi/ipmiif.H | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/src/include/usr/ipmi/ipmiif.H b/src/include/usr/ipmi/ipmiif.H
12index 5c2444f26..94fca5fb6 100644
13--- a/src/include/usr/ipmi/ipmiif.H
14+++ b/src/include/usr/ipmi/ipmiif.H
15@@ -265,7 +265,7 @@ namespace IPMI
16
17 //AMI-specific storage messages
18 inline const command_t partial_add_esel(void)
19- { return std::make_pair(NETFUN_AMI, 0xf0); }
20+ { return std::make_pair(NETFUN_IBM, 0xf0); }
21
22 // event messages
23 inline const command_t platform_event(void)
24--
252.16.2.windows.1
26