changeset 3753:fa2c17aecba5

6527547 need to add corr and uncorr genleaf ereport support to .esc files for neptune
author stephh
date Sat, 03 Mar 2007 04:45:16 -0800
parents 52d4ba85bf6c
children 79eeec53e95c
files usr/src/cmd/fm/eversholt/files/common/pci.esc usr/src/cmd/fm/eversholt/files/common/pciex.esc usr/src/cmd/fm/eversholt/files/sparc/sun4v/n2piu.esc
diffstat 3 files changed, 33 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/fm/eversholt/files/common/pci.esc	Fri Mar 02 20:52:00 2007 -0800
+++ b/usr/src/cmd/fm/eversholt/files/common/pci.esc	Sat Mar 03 04:45:16 2007 -0800
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -1109,6 +1109,8 @@
 event ereport.io.device.no_response@pcibus/pcidev/pcifn{within(5s)};
 event ereport.io.device.stall@pcibus/pcidev/pcifn{within(5s)};
 event ereport.io.device.badint_limit@pcibus/pcidev/pcifn{within(5s)};
+event ereport.io.device.corr@pcibus/pcidev/pcifn{within(5s)};
+event ereport.io.device.uncorr@pcibus/pcidev/pcifn{within(5s)};
 event ereport.io.device.nf-device@pcibus/pcidev/pcifn;
 
 prop error.io.service.restored@pcibus/pcidev/pcifn { IS_LEAF } (1)->
@@ -1122,7 +1124,9 @@
     ereport.io.device.inval_state@pcibus/pcidev/pcifn,
     ereport.io.device.no_response@pcibus/pcidev/pcifn,
     ereport.io.device.stall@pcibus/pcidev/pcifn,
-    ereport.io.device.badint_limit@pcibus/pcidev/pcifn;
+    ereport.io.device.badint_limit@pcibus/pcidev/pcifn,
+    ereport.io.device.corr@pcibus/pcidev/pcifn,
+    ereport.io.device.uncorr@pcibus/pcidev/pcifn;
 
 prop error.io.device.f-device@pcibus/pcidev/pcifn { IS_LEAF } (1)->
     ereport.io.service.lost@pcibus/pcidev/pcifn,
@@ -1143,6 +1147,8 @@
     ereport.io.device.no_response@pcibus/pcidev/pcifn,
     ereport.io.device.stall@pcibus/pcidev/pcifn,
     ereport.io.device.badint_limit@pcibus/pcidev/pcifn,
+    ereport.io.device.corr@pcibus/pcidev/pcifn,
+    ereport.io.device.uncorr@pcibus/pcidev/pcifn,
     ereport.io.service.unaffected@pcibus/pcidev/pcifn,
     error.io.service.restored@pcibus/pcidev/pcifn;
 
@@ -1150,7 +1156,9 @@
     ereport.io.device.inval_state@pcibus/pcidev/pcifn,
     ereport.io.device.no_response@pcibus/pcidev/pcifn,
     ereport.io.device.stall@pcibus/pcidev/pcifn,
-    ereport.io.device.badint_limit@pcibus/pcidev/pcifn;
+    ereport.io.device.badint_limit@pcibus/pcidev/pcifn,
+    ereport.io.device.corr@pcibus/pcidev/pcifn,
+    ereport.io.device.uncorr@pcibus/pcidev/pcifn;
 
 prop upset.io.device.nonfatal@pcibus/pcidev/pcifn { IS_LEAF } (1)->
     ereport.io.service.unaffected@pcibus/pcidev/pcifn,
--- a/usr/src/cmd/fm/eversholt/files/common/pciex.esc	Fri Mar 02 20:52:00 2007 -0800
+++ b/usr/src/cmd/fm/eversholt/files/common/pciex.esc	Sat Mar 03 04:45:16 2007 -0800
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -191,6 +191,8 @@
 event ereport.io.device.no_response@pciexbus/pciexdev/pciexfn{within(5s)};
 event ereport.io.device.stall@pciexbus/pciexdev/pciexfn{within(5s)};
 event ereport.io.device.badint_limit@pciexbus/pciexdev/pciexfn{within(5s)};
+event ereport.io.device.corr@pciexbus/pciexdev/pciexfn{within(5s)};
+event ereport.io.device.uncorr@pciexbus/pciexdev/pciexfn{within(5s)};
 event ereport.io.service.lost@pciexbus/pciexdev/pciexfn{within(5s)};
 event ereport.io.service.degraded@pciexbus/pciexdev/pciexfn{within(5s)};
 event ereport.io.service.unaffected@pciexbus/pciexdev/pciexfn{within(5s)};
@@ -205,7 +207,9 @@
     ereport.io.device.inval_state@pciexbus/pciexdev/pciexfn,
     ereport.io.device.no_response@pciexbus/pciexdev/pciexfn,
     ereport.io.device.stall@pciexbus/pciexdev/pciexfn,
-    ereport.io.device.badint_limit@pciexbus/pciexdev/pciexfn;
+    ereport.io.device.badint_limit@pciexbus/pciexdev/pciexfn,
+    ereport.io.device.corr@pciexbus/pciexdev/pciexfn,
+    ereport.io.device.uncorr@pciexbus/pciexdev/pciexfn;
 
 prop error.io.device.f-device@pciexbus/pciexdev/pciexfn (1)->
     ereport.io.service.lost@pciexbus/pciexdev/pciexfn,
@@ -226,6 +230,8 @@
     ereport.io.device.no_response@pciexbus/pciexdev/pciexfn,
     ereport.io.device.stall@pciexbus/pciexdev/pciexfn,
     ereport.io.device.badint_limit@pciexbus/pciexdev/pciexfn,
+    ereport.io.device.corr@pciexbus/pciexdev/pciexfn,
+    ereport.io.device.uncorr@pciexbus/pciexdev/pciexfn,
     ereport.io.service.unaffected@pciexbus/pciexdev/pciexfn,
     error.io.service.restored@pciexbus/pciexdev/pciexfn;
 
@@ -233,7 +239,9 @@
     ereport.io.device.inval_state@pciexbus/pciexdev/pciexfn,
     ereport.io.device.no_response@pciexbus/pciexdev/pciexfn,
     ereport.io.device.stall@pciexbus/pciexdev/pciexfn,
-    ereport.io.device.badint_limit@pciexbus/pciexdev/pciexfn;
+    ereport.io.device.badint_limit@pciexbus/pciexdev/pciexfn,
+    ereport.io.device.corr@pciexbus/pciexdev/pciexfn,
+    ereport.io.device.uncorr@pciexbus/pciexdev/pciexfn;
 
 prop upset.io.device.nonfatal@pciexbus/pciexdev/pciexfn (1)->
     ereport.io.service.unaffected@pciexbus/pciexdev/pciexfn,
--- a/usr/src/cmd/fm/eversholt/files/sparc/sun4v/n2piu.esc	Fri Mar 02 20:52:00 2007 -0800
+++ b/usr/src/cmd/fm/eversholt/files/sparc/sun4v/n2piu.esc	Sat Mar 03 04:45:16 2007 -0800
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /* 
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved. 
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved. 
  * Use is subject to license terms. 
  */ 
  
@@ -162,6 +162,8 @@
 event ereport.io.device.no_response@niu/niufn{within(5s)};
 event ereport.io.device.stall@niu/niufn{within(5s)};
 event ereport.io.device.badint_limit@niu/niufn{within(5s)};
+event ereport.io.device.corr@niu/niufn{within(5s)};
+event ereport.io.device.uncorr@niu/niufn{within(5s)};
 event ereport.io.device.nf-device@niu/niufn;
 
 
@@ -281,7 +283,9 @@
     ereport.io.device.inval_state@niu/niufn,
     ereport.io.device.no_response@niu/niufn,
     ereport.io.device.stall@niu/niufn,
-    ereport.io.device.badint_limit@niu/niufn;
+    ereport.io.device.badint_limit@niu/niufn,
+    ereport.io.device.corr@niu/niufn,
+    ereport.io.device.uncorr@niu/niufn;
 
 prop error.io.device.f-device@niu/niufn (1)->
     ereport.io.service.lost@niu/niufn,
@@ -302,6 +306,8 @@
     ereport.io.device.no_response@niu/niufn,
     ereport.io.device.stall@niu/niufn,
     ereport.io.device.badint_limit@niu/niufn,
+    ereport.io.device.corr@niu/niufn,
+    ereport.io.device.uncorr@niu/niufn,
     ereport.io.service.unaffected@niu/niufn,
     error.io.service.restored@niu/niufn;
 
@@ -309,7 +315,9 @@
     ereport.io.device.inval_state@niu/niufn,
     ereport.io.device.no_response@niu/niufn,
     ereport.io.device.stall@niu/niufn,
-    ereport.io.device.badint_limit@niu/niufn;
+    ereport.io.device.badint_limit@niu/niufn,
+    ereport.io.device.corr@niu/niufn,
+    ereport.io.device.uncorr@niu/niufn;
 
 prop upset.io.device.nonfatal@niu/niufn (1)->
     ereport.io.service.unaffected@niu/niufn,