summaryrefslogtreecommitdiffstats
path: root/src/usr/vfs
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-07-31 14:19:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-08 09:43:28 -0500
commit863f07b5d3f107bd9637912f9034b32d6a52a1f8 (patch)
treed8a85a91388b42588ecd129dc70f07b786ac40ff /src/usr/vfs
parent82430140479f754d176808a5274d8e88fd0c5696 (diff)
downloadtalos-hostboot-863f07b5d3f107bd9637912f9034b32d6a52a1f8.tar.gz
talos-hostboot-863f07b5d3f107bd9637912f9034b32d6a52a1f8.zip
Tools for delivering SRC descriptions to PUBs
Change-Id: I1e909145a28c4cce750baee5d79f8f1672235ba9 RTC: 106255 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12841 Tested-by: Jenkins Server Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vfs')
-rw-r--r--src/usr/vfs/vfsrp.C13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/usr/vfs/vfsrp.C b/src/usr/vfs/vfsrp.C
index dbe05525c..fdeb81f72 100644
--- a/src/usr/vfs/vfsrp.C
+++ b/src/usr/vfs/vfsrp.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -218,6 +220,8 @@ void VfsRp::_vfsWatcher()
* @userdata2 task Rc
*
* @devdesc VFS RP Task crashed.
+ * @custdesc A problem was detected during the IPL of they system:
+ * Task crashed.
*
*/
errlHndl_t err = new ERRORLOG::ErrlEntry
@@ -363,7 +367,8 @@ void VfsRp::_loadUnloadMonitored(msg_t * i_msg)
* @userdata2 Task Status
*
* @devdesc VFS Task crashed.
- *
+ * @custdesc A problem was detected during the IPL of they system:
+ * Task crashed.
*/
errlHndl_t err = new ERRORLOG::ErrlEntry
(
@@ -500,7 +505,7 @@ void VfsRp::_loadUnload(msg_t * i_msg)
* @userdata1 first 8 bytes of module name
* @userdata2 next 8 bytes of module name
*
- * @devdesc Requested Module does not exist.
+ * @devdesc Requested module does not exist.
*
*/
err = new ERRORLOG::ErrlEntry
@@ -549,6 +554,8 @@ void VfsRp::_execMonitored(msg_t * i_msg)
* @userdata2 task Rc
*
* @devdesc VFS Task crashed.
+ * @custdesc A problem was detected during the IPL of they system:
+ * Task crashed.
*
*/
errlHndl_t err = new ERRORLOG::ErrlEntry
OpenPOWER on IntegriCloud