cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / excalibur / frutree / envmodel.info
blob9705b5fc737a690d12e2671ffb2c0aa28d123128
1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License, Version 1.0 only
6  * (the "License").  You may not use this file except in compliance
7  * with the License.
8  *
9  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10  * or http://www.opensolaris.org/os/licensing.
11  * See the License for the specific language governing permissions
12  * and limitations under the License.
13  *
14  * When distributing Covered Code, include this CDDL HEADER in each
15  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16  * If applicable, add the following below this CDDL HEADER, with the
17  * fields enclosed by brackets "[]" replaced with your own identifying
18  * information: Portions Copyright [yyyy] [name of copyright owner]
19  *
20  * CDDL HEADER END
21  */
23  * Copyright (c) 2000-2001 by Sun Microsystems, Inc.
24  * All rights reserved.
25  *
26  * #ident       "%Z%%M% %I%     %E% SMI"
27  */
30  * fan nodes under the chasis
31  */
32 name:/frutree/chassis/cpu-fan-slot
33 NODE cpu-fan fru
34 ENDNODE
36 name:/frutree/chassis/system-fan-slot
37 NODE system-fan fru
38 ENDNODE
41  * temperature_sensors on cpu-module
42  */
43 name:/frutree/chassis/system-board/cpu-slot?Slot=0/cpu-module
45 TABLE Devices
47 ROW
48 PROP Class string r 0 "temperature-sensor"
49 REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0
50 ENDROW
52 ROW
53 PROP Class string r 0 "temperature-sensor"
54 REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0-ambient
55 ENDROW
57 ENDTABLE
59 name:/frutree/chassis/system-board/cpu-slot?Slot=0x1/cpu-module
61 TABLE Devices
63 ROW
64 PROP Class string r 0 "temperature-sensor"
65 REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1
66 ENDROW
68 ROW
69 PROP Class string r 0 "temperature-sensor"
70 REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1-ambient
71 ENDROW
73 ENDTABLE
76  * i2c devices for fans
77  */
78 name:/frutree/chassis/cpu-fan-slot/cpu-fan
80 TABLE Devices
81 ROW
82 PROP Class string r 0 "fan"
83 REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/cpu
84 ENDROW
85 ENDTABLE
87 name:/frutree/chassis/system-fan-slot/system-fan
89 TABLE Devices
90 ROW
91 PROP Class string r 0 "fan"
92 REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/system
93 ENDROW
94 ENDTABLE
96 name:/frutree/chassis/power-supply-slot/power-supply
98 TABLE Devices
99 ROW
100 PROP Class string r 0 "fan"
101 REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/power-supply
102 ENDROW
103 ENDTABLE
106  * _fru_parent for the i2c fan devices
107  */
108 name:/platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/system
109 REFPROP _fru_parent /frutree/chassis/system-fan-slot/system-fan
110 PROP Label string r 0 "system-fan"
112 name:/platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/cpu
113 REFPROP _fru_parent /frutree/chassis/cpu-fan-slot/cpu-fan
114 PROP Label string r 0 "cpu-fan"
116 name:/platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/power-supply
117 REFPROP _fru_parent /frutree/chassis/power-supply-slot/power-supply
118 PROP Label string r 0 "power-supply"