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, Version 1.0 only
2N/A * (the "License"). You may not use this file except in compliance
2N/A * 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 2002 Sun Microsystems, Inc. All rights reserved.
2N/A * Use is subject to license terms.
2N/A *
2N/A * #ident "%Z%%M% %I% %E% SMI"
2N/A *
2N/A * This configuration file is parsed by PICL plugin envmon after
2N/A * it has established rmclomv nodes in /platform
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
/*
* define a macro to force a #ident line into the output stream
* otherwise cpp removes it. Use #ifndef because of #included definitions.
*/
#ifndef id
#define id(s) #ident s
#endif
id("%Z%%M% %I% %E% SMI")
VERSION 1.1
VERBOSE 1
#define RMC_COMM /platform/pci@1e,600000/isa@7/rmc-comm@0,3e8
/*
* add a node for the rmclomv leaf driver
*/
name:RMC_COMM
NODE SUNW,rmclomv service-processor
ENDNODE
name:RMC_COMM/SUNW,rmclomv
PROP devfs-path string r 0 "/pseudo/rmclomv@0"