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/*
2N/A * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2N/A * Use is subject to license terms.
2N/A * ident "%Z%%M% %I% %E% SMI"
2N/A *
2N/A * This configuration file is parsed by PICL envmon plugin in response
2N/A * to a PICL_FRU_ADDED event for FT3
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/A/*
2N/A * define a macro to force a #ident line into the output stream
2N/A * otherwise cpp removes it. Use #ifndef because of #included definitions.
*/
#ifndef id
#define id(s) #ident s
#endif
id("%Z%%M% %I% %E% SMI")
#ifndef RMCLOMV
#define RMCLOMV /platform/ebus@1f,464000/rmc-comm@0,c28000/SUNW,rmclomv
#endif
/*
* Parent for the fan tachometer
*/
name:RMCLOMV/ft3_f0_tach
REFPROP _location_parent name:/frutree/chassis/MB/system-board/FT3/fan-tray/F0
/*
* Device table for the fan
*/
name:/frutree/chassis/MB/system-board/FT3/fan-tray/F0
TABLE Devices
ROW
PROP Class string r 0 "fan"
REFPROP _fan_ name:RMCLOMV/ft3_f0_tach
ENDROW
ENDTABLE