1/* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 * or http://www.opensolaris.org/os/licensing. 10 * See the License for the specific language governing permissions 11 * and limitations under the License. 12 * 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 * If applicable, add the following below this CDDL HEADER, with the 16 * fields enclosed by brackets "[]" replaced with your own identifying 17 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * 19 * CDDL HEADER END 20 */ 21/* 22 * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23 * Use is subject to license terms. 24 */ 25 26#pragma ident "%Z%%M% %I% %E% SMI" 27 28#pragma dictionary "SUN4V" 29 30/* 31 * Eversholt rules for the VF PIU extention to Fire nexus driver 32 */ 33#define HB_FIT 400 34 35/* 36 * Faults, upsets and defects 37 */ 38/* VF Asic */ 39fru hostbridge/pciexrc; 40asru hostbridge/pciexrc; 41event fault.io.vf.ncx@hostbridge/pciexrc, 42 FITrate=HB_FIT, FRU=hostbridge/pciexrc, ASRU=hostbridge/pciexrc; 43 44/* fault.io.vf.ncx */ 45event ereport.io.vf.ncx.to-fdr@hostbridge/pciexrc{within(0s)}; 46event ereport.io.vf.ncx.to-fsr@hostbridge/pciexrc{within(0s)}; 47event ereport.io.vf.ncx.fre@hostbridge/pciexrc{within(0s)}; 48event ereport.io.vf.ncx.fse@hostbridge/pciexrc{within(0s)}; 49event ereport.io.vf.ncx.fde@hostbridge/pciexrc{within(0s)}; 50 51/* fault.io.vf.ncx */ 52prop fault.io.vf.ncx@hostbridge/pciexrc (1)-> 53 ereport.io.vf.ncx.to-fdr@hostbridge/pciexrc, 54 ereport.io.vf.ncx.to-fsr@hostbridge/pciexrc, 55 ereport.io.vf.ncx.fre@hostbridge/pciexrc, 56 ereport.io.vf.ncx.fse@hostbridge/pciexrc, 57 ereport.io.vf.ncx.fde@hostbridge/pciexrc; 58 59