xref: /onnv-gate/usr/src/cmd/picl/plugins/sun4u/boston/devtree/picl_asr.conf (revision 1855:b60696970b71)
11103Sjbeloro#
21103Sjbeloro# CDDL HEADER START
31103Sjbeloro#
41103Sjbeloro# The contents of this file are subject to the terms of the
51103Sjbeloro# Common Development and Distribution License (the "License").
61103Sjbeloro# You may not use this file except in compliance with the License.
71103Sjbeloro#
81103Sjbeloro# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91103Sjbeloro# or http://www.opensolaris.org/os/licensing.
101103Sjbeloro# See the License for the specific language governing permissions
111103Sjbeloro# and limitations under the License.
121103Sjbeloro#
131103Sjbeloro# When distributing Covered Code, include this CDDL HEADER in each
141103Sjbeloro# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151103Sjbeloro# If applicable, add the following below this CDDL HEADER, with the
161103Sjbeloro# fields enclosed by brackets "[]" replaced with your own identifying
171103Sjbeloro# information: Portions Copyright [yyyy] [name of copyright owner]
181103Sjbeloro#
191103Sjbeloro# CDDL HEADER END
201103Sjbeloro#
211103Sjbeloro
221103Sjbeloro#
23*1855Sfw157321# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
241103Sjbeloro# Use is subject to license terms.
251103Sjbeloro#
261103Sjbeloro# ident	"%Z%%M%	%I%	%E% SMI"
271103Sjbeloro#
281103Sjbeloro# cmd/picl/plugins/sun4u/boston/devtree/picl_asr.conf
291103Sjbeloro#
301103Sjbeloro# Platform specific .conf file for ASR
311103Sjbeloro#
32*1855Sfw157321#
33*1855Sfw157321# key = net                   /pci@1e,600000/pci@0/pci@1/pci@0/@4
34*1855Sfw157321# key = ide                   /pci@1f,700000/pci@0/pci@1/pci@0/@1f
35*1855Sfw157321# key = usb                   /pci@1f,700000/pci@0/pci@1/pci@0/@1c
36*1855Sfw157321# key = pci7                  /pci@1f,700000/pci@0/@9
37*1855Sfw157321# key = pci6                  /pci@1e,600000/pci@0/@9
38*1855Sfw157321# key = pci5                  /pci@1f,700000/pci@0/pci@2/pci@0/@8
39*1855Sfw157321# key = pci4                  /pci@1f,700000/pci@0/pci@2/pci@0/@8
40*1855Sfw157321# key = pci3                  /pci@1e,600000/pci@0/pci@1/pci@0/@8
41*1855Sfw157321# key = pci2                  /pci@1e,600000/pci@0/pci@1/pci@0/@8
42*1855Sfw157321# key = pci1                  /pci@1f,700000/pci@0/@8
43*1855Sfw157321# key = pci0                  /pci@1e,600000/pci@0/@8
44*1855Sfw157321# key = cpu3-bank3
45*1855Sfw157321# key = cpu3-bank2
46*1855Sfw157321# key = cpu3-bank1
47*1855Sfw157321# key = cpu3-bank0
48*1855Sfw157321# key = cpu2-bank3
49*1855Sfw157321# key = cpu2-bank2
50*1855Sfw157321# key = cpu2-bank1
51*1855Sfw157321# key = cpu2-bank0
52*1855Sfw157321# key = cpu1-bank3
53*1855Sfw157321# key = cpu1-bank2
54*1855Sfw157321# key = cpu1-bank1
55*1855Sfw157321# key = cpu1-bank0
56*1855Sfw157321# key = cpu0-bank3
57*1855Sfw157321# key = cpu0-bank2
58*1855Sfw157321# key = cpu0-bank1
59*1855Sfw157321# key = cpu0-bank0
60*1855Sfw157321#
61*1855Sfw157321# V445 may have two pairs of DIMM's on each CPU module.  The DIMM's
62*1855Sfw157321# operate in pairs.  If one DIMM is disabled then the other
63*1855Sfw157321# DIMM in the pair will be marked as "unused".
64*1855Sfw157321#
65*1855Sfw157321# key		class			status		path
66*1855Sfw157321# 					DeviceID
67*1855Sfw157321#
68*1855Sfw157321cpu0-bank0	memory-module-group	unused		/memory-controller@0,0/memory-module-group			I?ID=0
69*1855Sfw157321cpu0-bank0	memory-module		disabled	/memory-controller@0,0/memory-module-group?ID=0/memory-module	I?ID=0
70*1855Sfw157321cpu0-bank0	memory-module		unused		/memory-controller@0,0/memory-module-group?ID=0/memory-module	I?ID=1
71*1855Sfw157321cpu0-bank1	memory-module-group	unused		/memory-controller@0,0/memory-module-group			I?ID=0
72*1855Sfw157321cpu0-bank1	memory-module		unused		/memory-controller@0,0/memory-module-group?ID=0/memory-module	I?ID=0
73*1855Sfw157321cpu0-bank1	memory-module		disabled	/memory-controller@0,0/memory-module-group?ID=0/memory-module	I?ID=1
741103Sjbeloro
75*1855Sfw157321cpu0-bank2	memory-module-group	unused		/memory-controller@0,0/memory-module-group			I?ID=1
76*1855Sfw157321cpu0-bank2	memory-module		disabled	/memory-controller@0,0/memory-module-group?ID=1/memory-module	I?ID=0
77*1855Sfw157321cpu0-bank2	memory-module		unused		/memory-controller@0,0/memory-module-group?ID=1/memory-module	I?ID=1
78*1855Sfw157321cpu0-bank3	memory-module-group	unused		/memory-controller@0,0/memory-module-group			I?ID=1
79*1855Sfw157321cpu0-bank3	memory-module		unused		/memory-controller@0,0/memory-module-group?ID=1/memory-module	I?ID=0
80*1855Sfw157321cpu0-bank3	memory-module		disabled	/memory-controller@0,0/memory-module-group?ID=1/memory-module	I?ID=1
811103Sjbeloro
821103Sjbeloro
83*1855Sfw157321cpu1-bank0	memory-module-group	unused		/memory-controller@1,0/memory-module-group			I?ID=0
84*1855Sfw157321cpu1-bank0	memory-module		disabled	/memory-controller@1,0/memory-module-group?ID=0/memory-module	I?ID=0
85*1855Sfw157321cpu1-bank0	memory-module		unused		/memory-controller@1,0/memory-module-group?ID=0/memory-module	I?ID=1
86*1855Sfw157321cpu1-bank1	memory-module-group	unused		/memory-controller@1,0/memory-module-group			I?ID=0
87*1855Sfw157321cpu1-bank1	memory-module		unused		/memory-controller@1,0/memory-module-group?ID=0/memory-module	I?ID=0
88*1855Sfw157321cpu1-bank1	memory-module		disabled	/memory-controller@1,0/memory-module-group?ID=0/memory-module	I?ID=1
891103Sjbeloro
90*1855Sfw157321cpu1-bank2	memory-module-group	unused		/memory-controller@1,0/memory-module-group			I?ID=1
91*1855Sfw157321cpu1-bank2	memory-module		disabled	/memory-controller@1,0/memory-module-group?ID=1/memory-module	I?ID=0
92*1855Sfw157321cpu1-bank2	memory-module		unused		/memory-controller@1,0/memory-module-group?ID=1/memory-module	I?ID=1
93*1855Sfw157321cpu1-bank3	memory-module-group	unused		/memory-controller@1,0/memory-module-group			I?ID=1
94*1855Sfw157321cpu1-bank3	memory-module		unused		/memory-controller@1,0/memory-module-group?ID=1/memory-module	I?ID=0
95*1855Sfw157321cpu1-bank3	memory-module		disabled	/memory-controller@1,0/memory-module-group?ID=1/memory-module	I?ID=1
96*1855Sfw157321
971103Sjbeloro
98*1855Sfw157321cpu2-bank0	memory-module-group	unused		/memory-controller@2,0/memory-module-group			I?ID=0
99*1855Sfw157321cpu2-bank0	memory-module		disabled	/memory-controller@2,0/memory-module-group?ID=0/memory-module	I?ID=0
100*1855Sfw157321cpu2-bank0	memory-module		unused		/memory-controller@2,0/memory-module-group?ID=0/memory-module	I?ID=1
101*1855Sfw157321cpu2-bank1	memory-module-group	unused		/memory-controller@2,0/memory-module-group			I?ID=0
102*1855Sfw157321cpu2-bank1	memory-module		unused		/memory-controller@2,0/memory-module-group?ID=0/memory-module	I?ID=0
103*1855Sfw157321cpu2-bank1	memory-module		disabled	/memory-controller@2,0/memory-module-group?ID=0/memory-module	I?ID=1
1041103Sjbeloro
105*1855Sfw157321cpu2-bank2	memory-module-group	unused		/memory-controller@2,0/memory-module-group			I?ID=1
106*1855Sfw157321cpu2-bank2	memory-module		disabled	/memory-controller@2,0/memory-module-group?ID=1/memory-module	I?ID=0
107*1855Sfw157321cpu2-bank2	memory-module		unused		/memory-controller@2,0/memory-module-group?ID=1/memory-module	I?ID=1
108*1855Sfw157321cpu2-bank3	memory-module-group	unused		/memory-controller@2,0/memory-module-group			I?ID=1
109*1855Sfw157321cpu2-bank3	memory-module		unused		/memory-controller@2,0/memory-module-group?ID=1/memory-module	I?ID=0
110*1855Sfw157321cpu2-bank3	memory-module		disabled	/memory-controller@2,0/memory-module-group?ID=1/memory-module	I?ID=1
1111103Sjbeloro
112*1855Sfw157321
113*1855Sfw157321cpu3-bank0	memory-module-group	unused		/memory-controller@3,0/memory-module-group			I?ID=0
114*1855Sfw157321cpu3-bank0	memory-module		disabled	/memory-controller@3,0/memory-module-group?ID=0/memory-module	I?ID=0
115*1855Sfw157321cpu3-bank0	memory-module		unused		/memory-controller@3,0/memory-module-group?ID=0/memory-module	I?ID=1
116*1855Sfw157321cpu3-bank1	memory-module-group	unused		/memory-controller@3,0/memory-module-group			I?ID=0
117*1855Sfw157321cpu3-bank1	memory-module		unused		/memory-controller@3,0/memory-module-group?ID=0/memory-module	I?ID=0
118*1855Sfw157321cpu3-bank1	memory-module		disabled	/memory-controller@3,0/memory-module-group?ID=0/memory-module	I?ID=1
1191103Sjbeloro
120*1855Sfw157321cpu3-bank2	memory-module-group	unused		/memory-controller@3,0/memory-module-group			I?ID=1
121*1855Sfw157321cpu3-bank2	memory-module		disabled	/memory-controller@3,0/memory-module-group?ID=1/memory-module	I?ID=0
122*1855Sfw157321cpu3-bank2	memory-module		unused		/memory-controller@3,0/memory-module-group?ID=1/memory-module	I?ID=1
123*1855Sfw157321cpu3-bank3	memory-module-group	unused		/memory-controller@3,0/memory-module-group			I?ID=1
124*1855Sfw157321cpu3-bank3	memory-module		unused		/memory-controller@3,0/memory-module-group?ID=1/memory-module	I?ID=0
125*1855Sfw157321cpu3-bank3	memory-module		disabled	/memory-controller@3,0/memory-module-group?ID=1/memory-module	I?ID=1
126*1855Sfw157321
1271103Sjbeloro
128*1855Sfw157321#
129*1855Sfw157321# PCI0, PCI1, PCI6, and PCI7 are Express slots, each may be
130*1855Sfw157321# disabled individually.
131*1855Sfw157321#
132*1855Sfw157321# PCI2 and PCI3 are PCI/PCI-X slots downstream of the first Broadcom
133*1855Sfw157321# BCM5714 bridge (Fire leaf A).  These cannot be disabled individually,
134*1855Sfw157321# they can be disabled only as a pair.  Same for PCI4 and PCI5 off of
135*1855Sfw157321# Fire Leaf B: these are PCI-X/PCI slots downstream of the other BCM 5714.
136*1855Sfw157321#
137*1855Sfw157321# key	class	status		path				DeviceID
138*1855Sfw157321#
139*1855Sfw157321pci0	picl	disabled	/pci@1e,600000/pci@0/unknown@8	I?DeviceID=8
140*1855Sfw157321pci1	picl	disabled	/pci@1f,700000/pci@0/unknown@8	I?DeviceID=8
141*1855Sfw157321pci6	picl	disabled	/pci@1e,600000/pci@0/unknown@9	I?DeviceID=9
142*1855Sfw157321pci7	picl	disabled	/pci@1f,700000/pci@0/unknown@9	I?DeviceID=9
1431103Sjbeloro
144*1855Sfw157321# key	class	status		path
145*1855Sfw157321#	DeviceID
146*1855Sfw157321pci2	picl	disabled	/pci@1e,600000/pci@0/pci@1/pci@0/unknown@8	I?DeviceID=8
147*1855Sfw157321pci2	picl	unused		/pci@1e,600000/pci@0/pci@1/pci@0/pci@8/unknown@1	I?DeviceID=1
148*1855Sfw157321pci2	picl	unused		/pci@1e,600000/pci@0/pci@1/pci@0/pci@8/unknown@2	I?DeviceID=2
149*1855Sfw157321pci3	picl	disabled	/pci@1e,600000/pci@0/pci@1/pci@0/unknown@8	I?DeviceID=8
150*1855Sfw157321pci3	picl	unused		/pci@1e,600000/pci@0/pci@1/pci@0/pci@8/unknown@1	I?DeviceID=1
151*1855Sfw157321pci3	picl	unused		/pci@1e,600000/pci@0/pci@1/pci@0/pci@8/unknown@2	I?DeviceID=2
1521103Sjbeloro
153*1855Sfw157321pci4	picl	disabled	/pci@1f,700000/pci@0/pci@2/pci@0/unknown@8	I?DeviceID=8
154*1855Sfw157321pci4	picl	unused		/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/unknown@1	I?DeviceID=1
155*1855Sfw157321pci4	picl	unused		/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/unknown@2	I?DeviceID=2
156*1855Sfw157321pci5	picl	disabled	/pci@1f,700000/pci@0/pci@2/pci@0/unknown@8	I?DeviceID=8
157*1855Sfw157321pci5	picl	unused		/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/unknown@1	I?DeviceID=1
158*1855Sfw157321pci5	picl	unused		/pci@1f,700000/pci@0/pci@2/pci@0/pci@8/unknown@2	I?DeviceID=2
159*1855Sfw157321
1601103Sjbeloro
161*1855Sfw157321#
162*1855Sfw157321# These are on-board devices.  The IDE interface runs the CD/DVD drive.
163*1855Sfw157321# Disabling USB will disable all four ports.  The network ports may be
164*1855Sfw157321# diabled only in pairs.
165*1855Sfw157321#
166*1855Sfw157321# key	class	status		path
167*1855Sfw157321#	DeviceID
168*1855Sfw157321#
169*1855Sfw157321ide	ide	disabled	/pci@1f,700000/pci@0/pci@1/pci@0/pci@0/ide@1f	I?DeviceID=1f
170*1855Sfw157321
171*1855Sfw157321usb  	usb	disabled	/pci@1f,700000/pci@0/pci@1/pci@0/usb@1c	I?DeviceID=1c
172*1855Sfw157321usb  	usb	unused		/pci@1f,700000/pci@0/pci@1/pci@0/usb@1c,1	I?DeviceID=1c,1
173*1855Sfw157321usb  	usb	unused		/pci@1f,700000/pci@0/pci@1/pci@0/usb@1c,2	I?DeviceID=1c,2
174*1855Sfw157321usb  	usb	unused		/pci@1f,700000/pci@0/pci@1/pci@0/usb@1c,3	I?DeviceID=1c,3
1751103Sjbeloro
176*1855Sfw157321net	network	disabled	/pci@1e,600000/pci@0/pci@1/pci@0/network@4	I?DeviceID=4
177*1855Sfw157321net	network	unused		/pci@1e,600000/pci@0/pci@1/pci@0/network@4,1	I?DeviceID=4,1
178*1855Sfw157321net0&1	network	disabled	/pci@1e,600000/pci@0/pci@1/pci@0/network@4	I?DeviceID=4
179*1855Sfw157321net0&1	network	unused		/pci@1e,600000/pci@0/pci@1/pci@0/network@4,1	I?DeviceID=4,1
180*1855Sfw157321net2&3	network	disabled	/pci@1f,700000/pci@0/pci@2/pci@0/network@4	I?DeviceID=4
181*1855Sfw157321net2&3	network	unused		/pci@1f,700000/pci@0/pci@2/pci@0/network@4,1	I?DeviceID=4,1
1821103Sjbeloro
183*1855Sfw157321#
184*1855Sfw157321# This is the built-in SAS interface; it does not control the
185*1855Sfw157321# SAS interface in slot PCI4.
186*1855Sfw157321#
187*1855Sfw157321# key	class	status		path
188*1855Sfw157321# DeviceID
189*1855Sfw157321#
190*1855Sfw157321scsi	scsi-2	disabled	/pci@1e,600000/pci@0/pci@2/scsi@0	I?DeviceID=0
191