summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi/ipmirp.C
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2015-01-30 23:37:31 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-02 13:42:10 -0600
commitded93c2a6dcab70912535b8ab0629b437e98b77c (patch)
tree520de1a3db0b1aa9c38dfd177de7f8baf2fc6b17 /src/usr/ipmi/ipmirp.C
parente427104e8b64e5d80c31be7355fba08147675b9d (diff)
downloadtalos-hostboot-ded93c2a6dcab70912535b8ab0629b437e98b77c.tar.gz
talos-hostboot-ded93c2a6dcab70912535b8ab0629b437e98b77c.zip
IPMI Boot Watchdog Timer Updates for New AMI Level
Change-Id: I16e1ad1ad1acc31af8920be8becb599a73ce86ec Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15460 Tested-by: Jenkins Server Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/ipmirp.C')
-rw-r--r--src/usr/ipmi/ipmirp.C11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/usr/ipmi/ipmirp.C b/src/usr/ipmi/ipmirp.C
index 9112fdabd..3e4141ad0 100644
--- a/src/usr/ipmi/ipmirp.C
+++ b/src/usr/ipmi/ipmirp.C
@@ -268,11 +268,16 @@ void IpmiRP::getInterfaceCapabilities(void)
// Protect the members as we're on another thread.
mutex_lock(&iv_mutex);
-
- iv_outstanding_req = data[0];
+ // @TODO RTC:123041 - In theory the number of outstanding requests is
+ // set via the response data below, but currently the response
+ // value isn't correct so the default will be used.
+ //iv_outstanding_req = data[0];
iv_xmit_buffer_size = data[1];
iv_recv_buffer_size = data[2];
- iv_bmc_timeout = data[3];
+ // @TODO RTC:123041 - In theory the BMC timeout is set via the response
+ // data below, but currently the response value isn't correct so
+ // the default will be used.
+ //iv_bmc_timeout = data[3];
iv_retries = data[4];
IPMI_TRAC("get_capabilities: requests %d, in buf %d, "
OpenPOWER on IntegriCloud