xref: /illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/envmodel.info (revision a629ded1d7b2e67c2028ccbc5ba9099328cc4e1b)
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 */
22/*
23 * Copyright (c) 1999-2001 by Sun Microsystems, Inc.
24 * All rights reserved.
25 */
26
27#pragma ident	"%Z%%M%	%I%	%E% SMI"
28
29VERSION 1.1
30
31_class:/gptwo/cpu?ID=0
32
33TABLE Environment
34ROW
35PROP Class string r 0 "temperature-sensor"
36REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0
37ENDROW
38
39ROW
40PROP Class string r 0 "temperature-sensor"
41REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0-ambient
42ENDROW
43
44ROW
45PROP Class string r 0 "fan"
46REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/cpu
47ENDROW
48ENDTABLE
49
50_class:/gptwo/cpu?ID=1
51
52TABLE Environment
53ROW
54PROP Class string r 0 "temperature-sensor"
55REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1
56ENDROW
57
58ROW
59PROP Class string r 0 "temperature-sensor"
60REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1-ambient
61ENDROW
62
63ROW
64PROP Class string r 0 "fan"
65REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/cpu
66ENDROW
67ENDTABLE
68
69name:/platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0
70
71PROP Label string r 0 "Die"
72
73name:/platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0-ambient
74
75PROP Label string r 0 "Ambient"
76
77name:/platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1
78
79PROP Label string r 0 "Die"
80
81name:/platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1-ambient
82
83PROP Label string r 0 "Ambient"
84
85
86
87
88
89