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