1*1cb6af97Swnelson# 2*1cb6af97Swnelson# CDDL HEADER START 3*1cb6af97Swnelson# 4*1cb6af97Swnelson# The contents of this file are subject to the terms of the 5*1cb6af97Swnelson# Common Development and Distribution License, Version 1.0 only 6*1cb6af97Swnelson# (the "License"). You may not use this file except in compliance 7*1cb6af97Swnelson# with the License. 8*1cb6af97Swnelson# 9*1cb6af97Swnelson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*1cb6af97Swnelson# or http://www.opensolaris.org/os/licensing. 11*1cb6af97Swnelson# See the License for the specific language governing permissions 12*1cb6af97Swnelson# and limitations under the License. 13*1cb6af97Swnelson# 14*1cb6af97Swnelson# When distributing Covered Code, include this CDDL HEADER in each 15*1cb6af97Swnelson# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*1cb6af97Swnelson# If applicable, add the following below this CDDL HEADER, with the 17*1cb6af97Swnelson# fields enclosed by brackets "[]" replaced with your own identifying 18*1cb6af97Swnelson# information: Portions Copyright [yyyy] [name of copyright owner] 19*1cb6af97Swnelson# 20*1cb6af97Swnelson# CDDL HEADER END 21*1cb6af97Swnelson# 22*1cb6af97Swnelson# 23*1cb6af97Swnelson# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 24*1cb6af97Swnelson# Use is subject to license terms. 25*1cb6af97Swnelson# 26*1cb6af97Swnelson#ident "%Z%%M% %I% %E% SMI" 27*1cb6af97Swnelson# 28*1cb6af97Swnelson# This file creates the FRU device paths for the FRUAccess library 29*1cb6af97Swnelson# 30*1cb6af97Swnelson 31*1cb6af97SwnelsonVERSION 1.0 32*1cb6af97Swnelson 33*1cb6af97Swnelsonname:/platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/motherboard-fru-prom@81,a8 34*1cb6af97SwnelsonPROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/motherboard-fru-prom@81,a8:motherboard-fru-prom" 35*1cb6af97Swnelson 36*1cb6af97Swnelsonname:/platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a0 37*1cb6af97SwnelsonPROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a0:dimm-spd" 38*1cb6af97Swnelson 39*1cb6af97Swnelsonname:/platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a2 40*1cb6af97SwnelsonPROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a2:dimm-spd" 41*1cb6af97Swnelson 42*1cb6af97Swnelsonname:/platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a4 43*1cb6af97SwnelsonPROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a4:dimm-spd" 44*1cb6af97Swnelson 45*1cb6af97Swnelsonname:/platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a6 46*1cb6af97SwnelsonPROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a6:dimm-spd" 47