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