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.
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.
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]
22 * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
24 * This configuration file is parsed by PICL plugin envmon in response
25 * to a PICL_FRU_ADDED event for FT0
27 * supported prop types: void, int, uint, float, string
28 * supported prop access_modes: r, w, rw
30 * VERSION <version_number> -- supported version number is 1.0
32 * name:<namepath> -- gives the anchor node
33 * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
35 * _class:<classpath> -- gives the anchor node
36 * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
39 * {describes a subtree}
42 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
44 * REFPROP <name> <dstnode>
46 * REFNODE <name> <class> with <destnode> -- Associates a new node
47 * with <destnode> if exists
49 * <name> is the nodename
50 * <class> is the picl class.
51 * <destnode> is name:<namepath> or _class:<classpath>
53 * If "name:" or "_class:" is not specified in the <path>,
54 * the default is "name:"
61 name:/frutree/chassis/FT0
63 PROP SlotType string r 0 "fan-unit"
64 Prop Label string r 0 "F0"
68 name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft0_f0_tach
69 REFPROP _location_parent name:/frutree/chassis/FT0/F0
70 name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft0_f0_act
71 REFPROP _location_parent name:/frutree/chassis/FT0/F0
72 name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft0_f0_fault
73 REFPROP _location_parent name:/frutree/chassis/FT0/F0
74 name:/frutree/chassis/FT0/F0/fan
77 PROP Class string r 0 "fan"
78 REFPROP _fan_ name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft0_f0_tach
81 PROP Class string r 0 "led"
82 REFPROP _led_ name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft0_f0_act
85 PROP Class string r 0 "led"
86 REFPROP _led_ name:/platform/pci@1e,600000/isa@7/rmc-comm@0,3e8/SUNW,rmclomv/ft0_f0_fault