1*0Sstevel@tonic-gate# 2*0Sstevel@tonic-gate# CDDL HEADER START 3*0Sstevel@tonic-gate# 4*0Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5*0Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only 6*0Sstevel@tonic-gate# (the "License"). You may not use this file except in compliance 7*0Sstevel@tonic-gate# with the License. 8*0Sstevel@tonic-gate# 9*0Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*0Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 11*0Sstevel@tonic-gate# See the License for the specific language governing permissions 12*0Sstevel@tonic-gate# and limitations under the License. 13*0Sstevel@tonic-gate# 14*0Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 15*0Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*0Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 17*0Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 18*0Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 19*0Sstevel@tonic-gate# 20*0Sstevel@tonic-gate# CDDL HEADER END 21*0Sstevel@tonic-gate# 22*0Sstevel@tonic-gate# 23*0Sstevel@tonic-gate# Copyright 2003 Sun Microsystems, Inc. All rights reserved. 24*0Sstevel@tonic-gate# Use is subject to license terms. 25*0Sstevel@tonic-gate# 26*0Sstevel@tonic-gate# #ident "%Z%%M% %I% %E% SMI" 27*0Sstevel@tonic-gate# 28*0Sstevel@tonic-gate# This file creates the FRU device paths for the FRUAccess library 29*0Sstevel@tonic-gate# 30*0Sstevel@tonic-gate 31*0Sstevel@tonic-gate 32*0Sstevel@tonic-gate 33*0Sstevel@tonic-gate 34*0Sstevel@tonic-gate 35*0Sstevel@tonic-gate 36*0Sstevel@tonic-gate 37*0Sstevel@tonic-gate 38*0Sstevel@tonic-gate 39*0Sstevel@tonic-gate 40*0Sstevel@tonic-gateVERSION 1.0 41*0Sstevel@tonic-gate 42*0Sstevel@tonic-gate 43*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0 44*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a0:fru" 45*0Sstevel@tonic-gate 46*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a2 47*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a2:fru" 48*0Sstevel@tonic-gate 49*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a4 50*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a4:fru" 51*0Sstevel@tonic-gate 52*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a6 53*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a6:fru" 54*0Sstevel@tonic-gate 55*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a8 56*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a8:fru" 57*0Sstevel@tonic-gate 58*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,aa 59*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,aa:fru" 60*0Sstevel@tonic-gate 61*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ac 62*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,ac:fru" 63*0Sstevel@tonic-gate 64*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ae 65*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,ae:fru" 66*0Sstevel@tonic-gate 67*0Sstevel@tonic-gate 68*0Sstevel@tonic-gate 69*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0 70*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,a0:fru" 71*0Sstevel@tonic-gate 72*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a2 73*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,a2:fru" 74*0Sstevel@tonic-gate 75*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a4 76*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,a4:fru" 77*0Sstevel@tonic-gate 78*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a6 79*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,a6:fru" 80*0Sstevel@tonic-gate 81*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a8 82*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,a8:fru" 83*0Sstevel@tonic-gate 84*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,aa 85*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,aa:fru" 86*0Sstevel@tonic-gate 87*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,ac 88*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,ac:fru" 89*0Sstevel@tonic-gate 90*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,ae 91*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,ae:fru" 92*0Sstevel@tonic-gate 93*0Sstevel@tonic-gate 94*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a0 95*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a0:fru" 96*0Sstevel@tonic-gate 97*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a2 98*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a2:fru" 99*0Sstevel@tonic-gate 100*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a4 101*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a4:fru" 102*0Sstevel@tonic-gate 103*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a6 104*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a6:fru" 105*0Sstevel@tonic-gate 106*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a8 107*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a8:fru" 108*0Sstevel@tonic-gate 109*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,aa 110*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,aa:fru" 111*0Sstevel@tonic-gate 112*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,ac 113*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,ac:fru" 114*0Sstevel@tonic-gate 115*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,ae 116*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,ae:fru" 117*0Sstevel@tonic-gate 118*0Sstevel@tonic-gate 119*0Sstevel@tonic-gate 120*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a0 121*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,a0:fru" 122*0Sstevel@tonic-gate 123*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a2 124*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,a2:fru" 125*0Sstevel@tonic-gate 126*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a4 127*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,a4:fru" 128*0Sstevel@tonic-gate 129*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a6 130*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,a6:fru" 131*0Sstevel@tonic-gate 132*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a8 133*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,a8:fru" 134*0Sstevel@tonic-gate 135*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,aa 136*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,aa:fru" 137*0Sstevel@tonic-gate 138*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,ac 139*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,ac:fru" 140*0Sstevel@tonic-gate 141*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,ae 142*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,ae:fru" 143*0Sstevel@tonic-gate 144*0Sstevel@tonic-gate 145*0Sstevel@tonic-gate 146*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a0 147*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@4,a0:fru" 148*0Sstevel@tonic-gate 149*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a2 150*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@4,a2:fru" 151*0Sstevel@tonic-gate 152*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a8 153*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@4,a8:fru" 154*0Sstevel@tonic-gate 155*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,aa 156*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@4,aa:fru" 157*0Sstevel@tonic-gate 158*0Sstevel@tonic-gate 159*0Sstevel@tonic-gate 160*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a0 161*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,a0:fru" 162*0Sstevel@tonic-gate 163*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a2 164*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,a2:fru" 165*0Sstevel@tonic-gate 166*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a4 167*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,a4:fru" 168*0Sstevel@tonic-gate 169*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a6 170*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,a6:fru" 171*0Sstevel@tonic-gate 172*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a8 173*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,a8:fru" 174*0Sstevel@tonic-gate 175*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,aa 176*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,aa:fru" 177*0Sstevel@tonic-gate 178*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,ac 179*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,ac:fru" 180*0Sstevel@tonic-gate 181*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,ae 182*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,30/fru@0,ae:fru" 183*0Sstevel@tonic-gate 184*0Sstevel@tonic-gate 185*0Sstevel@tonic-gate 186*0Sstevel@tonic-gate 187*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a0 188*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,a0:fru" 189*0Sstevel@tonic-gate 190*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a2 191*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,a2:fru" 192*0Sstevel@tonic-gate 193*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a4 194*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,a4:fru" 195*0Sstevel@tonic-gate 196*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a6 197*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,a6:fru" 198*0Sstevel@tonic-gate 199*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a8 200*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,a8:fru" 201*0Sstevel@tonic-gate 202*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,aa 203*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,aa:fru" 204*0Sstevel@tonic-gate 205*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,ac 206*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,ac:fru" 207*0Sstevel@tonic-gate 208*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,ae 209*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@0,ae:fru" 210*0Sstevel@tonic-gate 211*0Sstevel@tonic-gate 212*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a0 213*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,a0:fru" 214*0Sstevel@tonic-gate 215*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a2 216*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,a2:fru" 217*0Sstevel@tonic-gate 218*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a4 219*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,a4:fru" 220*0Sstevel@tonic-gate 221*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a6 222*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,a6:fru" 223*0Sstevel@tonic-gate 224*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a8 225*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,a8:fru" 226*0Sstevel@tonic-gate 227*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,aa 228*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,aa:fru" 229*0Sstevel@tonic-gate 230*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,ac 231*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,ac:fru" 232*0Sstevel@tonic-gate 233*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,ae 234*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@1,ae:fru" 235*0Sstevel@tonic-gate 236*0Sstevel@tonic-gate 237*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a0 238*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,a0:fru" 239*0Sstevel@tonic-gate 240*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a2 241*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,a2:fru" 242*0Sstevel@tonic-gate 243*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a4 244*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,a4:fru" 245*0Sstevel@tonic-gate 246*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a6 247*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,a6:fru" 248*0Sstevel@tonic-gate 249*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a8 250*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,a8:fru" 251*0Sstevel@tonic-gate 252*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,aa 253*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,aa:fru" 254*0Sstevel@tonic-gate 255*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,ac 256*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,ac:fru" 257*0Sstevel@tonic-gate 258*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,ae 259*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@2,ae:fru" 260*0Sstevel@tonic-gate 261*0Sstevel@tonic-gate 262*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a0 263*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,a0:fru" 264*0Sstevel@tonic-gate 265*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a2 266*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,a2:fru" 267*0Sstevel@tonic-gate 268*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a4 269*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,a4:fru" 270*0Sstevel@tonic-gate 271*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a6 272*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,a6:fru" 273*0Sstevel@tonic-gate 274*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a8 275*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,a8:fru" 276*0Sstevel@tonic-gate 277*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,aa 278*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,aa:fru" 279*0Sstevel@tonic-gate 280*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,ac 281*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,ac:fru" 282*0Sstevel@tonic-gate 283*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,ae 284*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@3,ae:fru" 285*0Sstevel@tonic-gate 286*0Sstevel@tonic-gate 287*0Sstevel@tonic-gate 288*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=4,a4 289*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@4,a4:fru" 290*0Sstevel@tonic-gate 291*0Sstevel@tonic-gatename:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=4,a6 292*0Sstevel@tonic-gatePROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,50002e/fru@4,a6:fru" 293