fru_FT1.info revision 9d2159663a6316391e58ae8fc8a1e1a63dc9789c
2N/A/*
2N/A * CDDL HEADER START
2N/A *
2N/A * The contents of this file are subject to the terms of the
2N/A * Common Development and Distribution License (the "License").
2N/A * You may not use this file except in compliance with the License.
2N/A *
2N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A * or http://www.opensolaris.org/os/licensing.
2N/A * See the License for the specific language governing permissions
2N/A * and limitations under the License.
2N/A *
2N/A * When distributing Covered Code, include this CDDL HEADER in each
2N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A * If applicable, add the following below this CDDL HEADER, with the
2N/A * fields enclosed by brackets "[]" replaced with your own identifying
2N/A * information: Portions Copyright [yyyy] [name of copyright owner]
2N/A *
2N/A * CDDL HEADER END
2N/A */
2N/A/*
2N/A * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
2N/A *
2N/A * This configuration file is parsed by PICL plugin envmon in response
2N/A * to a PICL_FRU_ADDED event for FT1
2N/A *
2N/A * supported prop types: void, int, uint, float, string
2N/A * supported prop access_modes: r, w, rw
2N/A *
2N/A * VERSION <version_number> -- supported version number is 1.0
2N/A *
2N/A * name:<namepath> -- gives the anchor node
2N/A * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
2N/A *
2N/A * _class:<classpath> -- gives the anchor node
2N/A * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
2N/A *
2N/A * NODE <name> <class>
2N/A * {describes a subtree}
2N/A * ENDNODE
2N/A *
2N/A * PROP <name> <type> <access_mode> [<size> <value>] -- per property
2N/A *
2N/A * REFPROP <name> <dstnode>
2N/A *
2N/A * REFNODE <name> <class> with <destnode> -- Associates a new node
2N/A * with <destnode> if exists
2N/A * where
2N/A * <name> is the nodename
2N/A * <class> is the picl class.
2N/A * <destnode> is name:<namepath> or _class:<classpath>
2N/A *
2N/A * If "name:" or "_class:" is not specified in the <path>,
2N/A * the default is "name:"
2N/A *
2N/A */
2N/A
2N/AVERSION 1.1
2N/AVERBOSE 1
2N/A
2N/Aname:/frutree/chassis/FT1
2N/A Node F0 location
2N/A PROP SlotType string r 0 "fan-unit"
2N/A Prop Label string r 0 "F0"
2N/A NODE fan fru
2N/A ENDNODE
2N/A ENDNODE
2N/A Node F1 location
2N/A PROP SlotType string r 0 "fan-unit"
2N/A Prop Label string r 0 "F1"
2N/A NODE fan fru
2N/A ENDNODE
2N/A ENDNODE
2N/Aname:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f0_tach
2N/A REFPROP _location_parent name:/frutree/chassis/FT1/F0
2N/Aname:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f1_tach
2N/A REFPROP _location_parent name:/frutree/chassis/FT1/F1
2N/Aname:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f0_act
2N/A REFPROP _location_parent name:/frutree/chassis/FT1/F0
2N/Aname:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f0_fault
2N/A REFPROP _location_parent name:/frutree/chassis/FT1/F0
2N/Aname:/frutree/chassis/FT1/F0/fan
2N/A TABLE Devices
2N/A ROW
2N/A PROP Class string r 0 "fan"
2N/A REFPROP _fan_ name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f0_tach
2N/A ENDROW
2N/A ROW
2N/A PROP Class string r 0 "led"
2N/A REFPROP _led_ name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f0_act
2N/A ENDROW
2N/A ROW
2N/A PROP Class string r 0 "led"
2N/A REFPROP _led_ name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f0_fault
2N/A ENDROW
2N/A ENDTABLE
2N/Aname:/frutree/chassis/FT1/F1/fan
2N/A TABLE Devices
ROW
PROP Class string r 0 "fan"
REFPROP _fan_ name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft1_f1_tach
ENDROW
ENDTABLE