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
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.
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]
23 * Copyright (c) 2000-2001 by Sun Microsystems, Inc.
24 * All rights reserved.
26 * #ident "%Z%%M% %I% %E% SMI"
30 * fan nodes under the chasis
32 name:/frutree/chassis/cpu-fan-slot
36 name:/frutree/chassis/system-fan-slot
41 * temperature_sensors on cpu-module
43 name:/frutree/chassis/system-board/cpu-slot?Slot=0/cpu-module
48 PROP Class string r 0 "temperature-sensor"
49 REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,30/cpu0
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
59 name:/frutree/chassis/system-board/cpu-slot?Slot=0x1/cpu-module
64 PROP Class string r 0 "temperature-sensor"
65 REFPROP _temperature-sensor_ /platform/pci/ebus/i2c?UnitAddress=1,30/temperature?UnitAddress=0,98/cpu1
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
76 * i2c devices for fans
78 name:/frutree/chassis/cpu-fan-slot/cpu-fan
82 PROP Class string r 0 "fan"
83 REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/cpu
87 name:/frutree/chassis/system-fan-slot/system-fan
91 PROP Class string r 0 "fan"
92 REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/system
96 name:/frutree/chassis/power-supply-slot/power-supply
100 PROP Class string r 0 "fan"
101 REFPROP _fan_ /platform/pci/ebus/i2c?UnitAddress=1,30/fan-control/power-supply
106 * _fru_parent for the i2c fan devices
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"