summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh/cmdh_fsp.c
diff options
context:
space:
mode:
authorWael El-Essawy <welessa@us.ibm.com>2016-09-19 17:44:30 -0500
committerWael El-Essawy <welessa@us.ibm.com>2016-09-20 17:01:13 -0400
commit530dc76436a3bfac3a027eece49e5c409279a491 (patch)
tree2627b18bf9bdaf925646b439ef354e485afbcda7 /src/occ_405/cmdh/cmdh_fsp.c
parent676ac952cd92c3839cb66f797304e64dfdc1baff (diff)
downloadtalos-occ-530dc76436a3bfac3a027eece49e5c409279a491.tar.gz
talos-occ-530dc76436a3bfac3a027eece49e5c409279a491.zip
Enable FREQ and CAPS "sensor" sections in poll response
Populate the "FREQ" and "CAPS" sections with data in the poll response according to the interface spec Change-Id: I65ac8602776f12e796d3c6cae8e49215177f942c RTC: 143442 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29913 Reviewed-by: Wael El-Essawy <welessa@us.ibm.com> Tested-by: Wael El-Essawy <welessa@us.ibm.com>
Diffstat (limited to 'src/occ_405/cmdh/cmdh_fsp.c')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp.c b/src/occ_405/cmdh/cmdh_fsp.c
index 6e3e0c0..81f5e20 100755
--- a/src/occ_405/cmdh/cmdh_fsp.c
+++ b/src/occ_405/cmdh/cmdh_fsp.c
@@ -900,12 +900,13 @@ errlHndl_t cmdh_processTmgtRequest (const cmdh_fsp_cmd_t * i_cmd_ptr,
case CMDH_GET_SNAPSHOT_BUFFER:
l_err = cmdh_get_snapshot_buffer(i_cmd_ptr,i_rsp_ptr);
break;
+*/
case CMDH_SET_USER_PCAP:
l_err = cmdh_set_user_pcap(i_cmd_ptr, i_rsp_ptr);
break;
//case CMDH_GET_CPU_TEMPS:
-*/
+
default:
CMDH_TRAC_INFO("Invalid or unsupported command 0x%02x",l_cmd_type);
OpenPOWER on IntegriCloud