1 <?xml version="1.0"?>
2 <!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/topology.dtd.1">
3 <!--
4 Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
5
6 CDDL HEADER START
7
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
11
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
16
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
22
23 CDDL HEADER END
24
133 </set>
134 <set type='product' setlist='Sun-Fire-X4540'>
135 <range name='bay' min='0' max='47'>
136 <propmap name='Sun-Fire-X4540-disk' />
137 </range>
138 </set>
139 </set>
140
141 <set type='product' setlist='Sun-Fire-X4600|Sun-Fire-X4600-M2'>
142 <range name='psu' min='0' max='100'>
143 <enum-method name='ipmi' version='1' />
144 <propmap name='psu' />
145 </range>
146 <range name='fan' min='0' max='3'>
147 <propmap name='fan' />
148 </range>
149 <range name='bay' min='0' max='3'>
150 <propmap name='Sun-Fire-X4600-M2-disk' />
151 </range>
152 </set>
153
154 <set type='product' setlist='default'>
155 <range name='psu' min='0' max='100'>
156 <enum-method name='ipmi' version='1' />
157 </range>
158 <range name='fan' min='0' max='100'>
159 <enum-method name='ipmi' version='1' />
160 </range>
161 <range name='bay' min='0' max='1024'>
162 <enum-method name='ses' version='1' />
163 </range>
164 </set>
165
166 </dependents>
167
168 </range>
169
170 </topology>
|
1 <?xml version="1.0"?>
2 <!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/topology.dtd.1">
3 <!--
4 Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
5 Copyright (c) 2012, Joyent, Inc. All rights reserved.
6
7 CDDL HEADER START
8
9 The contents of this file are subject to the terms of the
10 Common Development and Distribution License (the "License").
11 You may not use this file except in compliance with the License.
12
13 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 or http://www.opensolaris.org/os/licensing.
15 See the License for the specific language governing permissions
16 and limitations under the License.
17
18 When distributing Covered Code, include this CDDL HEADER in each
19 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 If applicable, add the following below this CDDL HEADER, with the
21 fields enclosed by brackets "[]" replaced with your own identifying
22 information: Portions Copyright [yyyy] [name of copyright owner]
23
24 CDDL HEADER END
25
134 </set>
135 <set type='product' setlist='Sun-Fire-X4540'>
136 <range name='bay' min='0' max='47'>
137 <propmap name='Sun-Fire-X4540-disk' />
138 </range>
139 </set>
140 </set>
141
142 <set type='product' setlist='Sun-Fire-X4600|Sun-Fire-X4600-M2'>
143 <range name='psu' min='0' max='100'>
144 <enum-method name='ipmi' version='1' />
145 <propmap name='psu' />
146 </range>
147 <range name='fan' min='0' max='3'>
148 <propmap name='fan' />
149 </range>
150 <range name='bay' min='0' max='3'>
151 <propmap name='Sun-Fire-X4600-M2-disk' />
152 </range>
153 </set>
154
155 <set type='product' setlist='Joyent-Compute-Platform-1101'>
156 <range name='psu' min='0' max='100'>
157 <enum-method name='ipmi' version='1' />
158 </range>
159 <range name='fan' min='0' max='100'>
160 <enum-method name='ipmi' version='1' />
161 </range>
162 <range name='bay' min='0' max='15'>
163 <propmap name='Joyent-Compute-Platform-1101-disk' />
164 </range>
165 </set>
166
167 <set type='product' setlist='default'>
168 <range name='psu' min='0' max='100'>
169 <enum-method name='ipmi' version='1' />
170 </range>
171 <range name='fan' min='0' max='100'>
172 <enum-method name='ipmi' version='1' />
173 </range>
174 <range name='bay' min='0' max='1024'>
175 <enum-method name='ses' version='1' />
176 </range>
177 </set>
178
179 </dependents>
180
181 </range>
182
183 </topology>
|