diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-11-29 23:13:02 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-12-06 10:18:26 -0600 |
| commit | f478f52831aff692d4a5fd31c2991e76e7188284 (patch) | |
| tree | 9a0d1b0fcf0a0f34fac4f0a2fb960e231fe8cced /src/include/usr/fsi | |
| parent | de2d409bf23f3f6bf91d11bcb7e4fa0766af8275 (diff) | |
| download | talos-hostboot-f478f52831aff692d4a5fd31c2991e76e7188284.tar.gz talos-hostboot-f478f52831aff692d4a5fd31c2991e76e7188284.zip | |
FSI Presence Detect for Proc and MemBuf
Change-Id: I282a764fbfb81cf13cc9d41ee275bafff478d20e
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/519
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: Terry J. Opie <opiet@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/fsi')
| -rw-r--r-- | src/include/usr/fsi/fsi_reasoncodes.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/usr/fsi/fsi_reasoncodes.H b/src/include/usr/fsi/fsi_reasoncodes.H index 80539c691..5a079f3f6 100644 --- a/src/include/usr/fsi/fsi_reasoncodes.H +++ b/src/include/usr/fsi/fsi_reasoncodes.H @@ -37,18 +37,19 @@ namespace FSI MOD_FSIDD_DDOP = 0x05, /**< fsidd.C : ddOp */ MOD_FSIDD_POLLFORCOMPLETE = 0x06, /**< fsidd.C : FsiDD::pollForComplete */ MOD_FSIDD_INITPORT = 0x07, /**< fsidd.C : FsiDD::initPort */ + MOD_FSIPRES_PRESENCEDETECT = 0x08, /**< fsipres.C : presenceDetect */ }; enum FSIReasonCode { - RC_INVALID_LENGTH = FSI_COMP_ID | 0x01, + RC_INVALID_LENGTH = FSI_COMP_ID | 0x01, RC_INVALID_ADDRESS = FSI_COMP_ID | 0x02, RC_OPB_TIMEOUT = FSI_COMP_ID | 0x03, RC_OPB_ERROR = FSI_COMP_ID | 0x04, RC_INVALID_TARGET = FSI_COMP_ID | 0x05, RC_OPB_NO_READ_VALID = FSI_COMP_ID | 0x06, RC_ERROR_ENABLING_SLAVE = FSI_COMP_ID | 0x07, - RC_INVALID_OPERATION = FSI_COMP_ID | 0x08, + RC_INVALID_OPERATION = FSI_COMP_ID | 0x08, RC_NULL_TARGET = FSI_COMP_ID | 0x09, RC_MASTER_TARGET = FSI_COMP_ID | 0x0A, }; |

