fru_HDD1_data.info revision 06e46062ef4f5f4b687cbafb4518fb123fe23920
0N/A/*
0N/A * CDDL HEADER START
1356N/A *
0N/A * The contents of this file are subject to the terms of the
1593N/A * Common Development and Distribution License (the "License").
0N/A * You may not use this file except in compliance with the License.
0N/A *
919N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A * or http://www.opensolaris.org/os/licensing.
919N/A * See the License for the specific language governing permissions
919N/A * and limitations under the License.
919N/A *
919N/A * When distributing Covered Code, include this CDDL HEADER in each
919N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A * If applicable, add the following below this CDDL HEADER, with the
919N/A * fields enclosed by brackets "[]" replaced with your own identifying
919N/A * information: Portions Copyright [yyyy] [name of copyright owner]
919N/A *
919N/A * CDDL HEADER END
919N/A */
919N/A
919N/A/*
919N/A * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
919N/A * Use is subject to license terms.
0N/A */
0N/A
0N/A/*
156N/A * ident "%Z%%M% %I% %E% SMI"
493N/A *
0N/A * This configuration file is parsed by PICL plugin envmon in response
1356N/A * to a PICL_FRU_ADDED event for HDD1
1356N/A *
1356N/A * supported prop types: void, int, uint, float, string
970N/A * supported prop access_modes: r, w, rw
970N/A *
970N/A * VERSION <version_number> -- supported version number is 1.0
970N/A *
970N/A * name:<namepath> -- gives the anchor node
970N/A * where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
970N/A *
970N/A * _class:<classpath> -- gives the anchor node
970N/A * where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
970N/A *
970N/A * NODE <name> <class>
970N/A * {describes a subtree}
970N/A * ENDNODE
970N/A *
970N/A * PROP <name> <type> <access_mode> [<size> <value>] -- per property
970N/A *
970N/A * REFPROP <name> <dstnode>
970N/A *
970N/A * REFNODE <name> <class> with <destnode> -- Associates a new node
1504N/A * with <destnode> if exists
1504N/A * where
1504N/A * <name> is the nodename
1504N/A * <class> is the picl class.
1590N/A * <destnode> is name:<namepath> or _class:<classpath>
1590N/A *
970N/A * If "name:" or "_class:" is not specified in the <path>,
970N/A * the default is "name:"
970N/A *
970N/A */
970N/A
1551N/A/*
1551N/A * define a macro to force a #ident line into the output stream
1590N/A * otherwise cpp removes it. Use #ifndef because of #included definitions.
970N/A */
0N/A#ifndef id
1590N/A#define id(s) #ident s
0N/A#endif
911N/Aid("%Z%%M% %I% %E% SMI")
1590N/A
1590N/Aname:DISKBP1/HDD1/disk
1590N/ATABLE Devices
911N/AROW
0N/APROP Class string r 0 "block"
493N/AREFPROP _block_ name:/platform/pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@1,0
493N/AENDROW
0N/AENDTABLE
0N/A
156N/Aname:/platform/pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@1,0
156N/A REFPROP _fru_parent name:DISKBP1/HDD1/disk
0N/Aname:DISKBP1/HDD1/disk
0N/A PROP OperationalStatus string r 0 "present"
950N/A
950N/Aname:DISKBP3/HDD1/disk
1531N/ATABLE Devices
950N/AROW
1590N/APROP Class string r 0 "block"
1590N/AREFPROP _block_ name:/platform/pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@1,0
1102N/AENDROW
1590N/AENDTABLE
1590N/A
1590N/Aname:/platform/pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/sd@1,0
364N/A REFPROP _fru_parent name:DISKBP3/HDD1/disk
156N/Aname:DISKBP3/HDD1/disk
156N/A PROP OperationalStatus string r 0 "present"
0N/A