Jim Yuan | f5da1de | 2019-03-25 09:49:24 -0700 | [diff] [blame] | 1 | From eee0dcae475618bef686198baf28c750de9a63a5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jim Yuan <jim.yuan@supermicro.com> |
| 3 | Date: Tue, 11 Oct 2016 10:00:15 -0700 |
| 4 | Subject: [PATCH 04/14] change esel command netfn to IBM 0x3a |
| 5 | |
| 6 | Signed-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 | |
| 11 | diff --git a/src/include/usr/ipmi/ipmiif.H b/src/include/usr/ipmi/ipmiif.H |
| 12 | index 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 | -- |
| 25 | 2.16.2.windows.1 |
| 26 | |