1*7c478bd9Sstevel@tonic-gate/*
2*7c478bd9Sstevel@tonic-gate * CDDL HEADER START
3*7c478bd9Sstevel@tonic-gate *
4*7c478bd9Sstevel@tonic-gate * The contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gate * Common Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate * (the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gate * with the License.
8*7c478bd9Sstevel@tonic-gate *
9*7c478bd9Sstevel@tonic-gate * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gate * or http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gate * See the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gate * and limitations under the License.
13*7c478bd9Sstevel@tonic-gate *
14*7c478bd9Sstevel@tonic-gate * When distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gate * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gate * If applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gate * fields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gate * information: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate *
20*7c478bd9Sstevel@tonic-gate * CDDL HEADER END
21*7c478bd9Sstevel@tonic-gate */
22*7c478bd9Sstevel@tonic-gate/*
23*7c478bd9Sstevel@tonic-gate * Copyright (c) 2000-2001 by Sun Microsystems, Inc.
24*7c478bd9Sstevel@tonic-gate * All rights reserved.
25*7c478bd9Sstevel@tonic-gate *
26*7c478bd9Sstevel@tonic-gate * #ident	"%Z%%M%	%I%	%E% SMI"
27*7c478bd9Sstevel@tonic-gate */
28*7c478bd9Sstevel@tonic-gate
29*7c478bd9Sstevel@tonic-gate/*
30*7c478bd9Sstevel@tonic-gate * fan nodes under the chasis
31*7c478bd9Sstevel@tonic-gate */
32*7c478bd9Sstevel@tonic-gatename:/frutree/chassis/cpu-fan-slot
33*7c478bd9Sstevel@tonic-gateNODE cpu-fan fru
34*7c478bd9Sstevel@tonic-gateENDNODE
35*7c478bd9Sstevel@tonic-gate
36*7c478bd9Sstevel@tonic-gatename:/frutree/chassis/system-fan-slot
37*7c478bd9Sstevel@tonic-gateNODE system-fan fru
38*7c478bd9Sstevel@tonic-gateENDNODE
39*7c478bd9Sstevel@tonic-gate
40*7c478bd9Sstevel@tonic-gate/*
41*7c478bd9Sstevel@tonic-gate * temperature_sensors on cpu-module
42*7c478bd9Sstevel@tonic-gate */
43*7c478bd9Sstevel@tonic-gatename:/frutree/chassis/system-board/cpu-slot?Slot=0/cpu-module
44*7c478bd9Sstevel@tonic-gate
45*7c478bd9Sstevel@tonic-gateTABLE Devices
46*7c478bd9Sstevel@tonic-gate
47*7c478bd9Sstevel@tonic-gateROW
48*7c478bd9Sstevel@tonic-gatePROP Class string r 0 "temperature-sensor"
49*7c478bd9Sstevel@tonic-gateREFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0
50*7c478bd9Sstevel@tonic-gateENDROW
51*7c478bd9Sstevel@tonic-gate
52*7c478bd9Sstevel@tonic-gateROW
53*7c478bd9Sstevel@tonic-gatePROP Class string r 0 "temperature-sensor"
54*7c478bd9Sstevel@tonic-gateREFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0-ambient
55*7c478bd9Sstevel@tonic-gateENDROW
56*7c478bd9Sstevel@tonic-gate
57*7c478bd9Sstevel@tonic-gateENDTABLE
58*7c478bd9Sstevel@tonic-gate
59*7c478bd9Sstevel@tonic-gatename:/frutree/chassis/system-board/cpu-slot?Slot=0x1/cpu-module
60*7c478bd9Sstevel@tonic-gate
61*7c478bd9Sstevel@tonic-gateTABLE Devices
62*7c478bd9Sstevel@tonic-gate
63*7c478bd9Sstevel@tonic-gateROW
64*7c478bd9Sstevel@tonic-gatePROP Class string r 0 "temperature-sensor"
65*7c478bd9Sstevel@tonic-gateREFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1
66*7c478bd9Sstevel@tonic-gateENDROW
67*7c478bd9Sstevel@tonic-gate
68*7c478bd9Sstevel@tonic-gateROW
69*7c478bd9Sstevel@tonic-gatePROP Class string r 0 "temperature-sensor"
70*7c478bd9Sstevel@tonic-gateREFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1-ambient
71*7c478bd9Sstevel@tonic-gateENDROW
72*7c478bd9Sstevel@tonic-gate
73*7c478bd9Sstevel@tonic-gateENDTABLE
74*7c478bd9Sstevel@tonic-gate
75*7c478bd9Sstevel@tonic-gate/*
76*7c478bd9Sstevel@tonic-gate * i2c devices for fans
77*7c478bd9Sstevel@tonic-gate */
78*7c478bd9Sstevel@tonic-gatename:/frutree/chassis/cpu-fan-slot/cpu-fan
79*7c478bd9Sstevel@tonic-gate
80*7c478bd9Sstevel@tonic-gateTABLE Devices
81*7c478bd9Sstevel@tonic-gateROW
82*7c478bd9Sstevel@tonic-gatePROP Class string r 0 "fan"
83*7c478bd9Sstevel@tonic-gateREFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/cpu
84*7c478bd9Sstevel@tonic-gateENDROW
85*7c478bd9Sstevel@tonic-gateENDTABLE
86*7c478bd9Sstevel@tonic-gate
87*7c478bd9Sstevel@tonic-gatename:/frutree/chassis/system-fan-slot/system-fan
88*7c478bd9Sstevel@tonic-gate
89*7c478bd9Sstevel@tonic-gateTABLE Devices
90*7c478bd9Sstevel@tonic-gateROW
91*7c478bd9Sstevel@tonic-gatePROP Class string r 0 "fan"
92*7c478bd9Sstevel@tonic-gateREFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/system
93*7c478bd9Sstevel@tonic-gateENDROW
94*7c478bd9Sstevel@tonic-gateENDTABLE
95*7c478bd9Sstevel@tonic-gate
96*7c478bd9Sstevel@tonic-gatename:/frutree/chassis/power-supply-slot/power-supply
97*7c478bd9Sstevel@tonic-gate
98*7c478bd9Sstevel@tonic-gateTABLE Devices
99*7c478bd9Sstevel@tonic-gateROW
100*7c478bd9Sstevel@tonic-gatePROP Class string r 0 "fan"
101*7c478bd9Sstevel@tonic-gateREFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/power-supply
102*7c478bd9Sstevel@tonic-gateENDROW
103*7c478bd9Sstevel@tonic-gateENDTABLE
104*7c478bd9Sstevel@tonic-gate
105*7c478bd9Sstevel@tonic-gate/*
106*7c478bd9Sstevel@tonic-gate * _fru_parent for the i2c fan devices
107*7c478bd9Sstevel@tonic-gate */
108*7c478bd9Sstevel@tonic-gatename:/platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/system
109*7c478bd9Sstevel@tonic-gateREFPROP _fru_parent /frutree/chassis/system-fan-slot/system-fan
110*7c478bd9Sstevel@tonic-gatePROP Label string r 0 "system-fan"
111*7c478bd9Sstevel@tonic-gate
112*7c478bd9Sstevel@tonic-gatename:/platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/cpu
113*7c478bd9Sstevel@tonic-gateREFPROP _fru_parent /frutree/chassis/cpu-fan-slot/cpu-fan
114*7c478bd9Sstevel@tonic-gatePROP Label string r 0 "cpu-fan"
115*7c478bd9Sstevel@tonic-gate
116*7c478bd9Sstevel@tonic-gatename:/platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/power-supply
117*7c478bd9Sstevel@tonic-gateREFPROP _fru_parent /frutree/chassis/power-supply-slot/power-supply
118*7c478bd9Sstevel@tonic-gatePROP Label string r 0 "power-supply"
119*7c478bd9Sstevel@tonic-gate
120