cmd: remove sparc-only virtinfo
[unleashed.git] / usr / src / cmd / picl / plugins / sun4u / grover / frutree / envmodel.info
bloba2d5c6a3f43eaf72542502e2124d2a20bda630d3
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
31  */
32 name:/frutree/chassis/system-fan-slot
33 NODE system-fan fru
34 ENDNODE
37  * temperature_sensors on cpu-module
38  */
39 name:/frutree/chassis/system-board/cpu-slot?Slot=0/cpu-module
41 TABLE Devices
42 ROW
43 PROP Class string r 0 "temperature-sensor"
44 REFPROP _temperature-sensor_ /platform/pci/pmu/i2c/temperature/cpu
45 ENDROW
47 ROW
48 PROP Class string r 0 "temperature-sensor"
49 REFPROP _temperature-sensor_ /platform/pci/pmu/i2c/temperature/cpu-ambient
50 ENDROW
52 ENDTABLE
55  * fan device under /platform
56  */
57 name:/frutree/chassis/system-fan-slot/system-fan
59 TABLE Devices
61 ROW
62 PROP Class string r 0 "fan"
63 REFPROP _fan_ /platform/pci/pmu/fan-control/system
64 ENDROW
66 ENDTABLE
69  * _fru_parent for the fan device
70  */
71 name:/platform/pci/pmu/fan-control/system
72 REFPROP _fru_parent /frutree/chassis/system-fan-slot/system-fan
73 PROP Label string r 0 "system-fan"