xref: /titanic_51/usr/src/lib/fm/topo/maps/sun4u/sun4u-hc-topology.xml (revision 940d71d237794874e18a0eb72f6564821a823517)
10eb822a1Scindi<?xml version="1.0"?>
20eb822a1Scindi<!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/topology.dtd.1">
30eb822a1Scindi<!--
4*940d71d2Seschrock Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
50eb822a1Scindi Use is subject to license terms.
60eb822a1Scindi
70eb822a1Scindi CDDL HEADER START
80eb822a1Scindi
90eb822a1Scindi The contents of this file are subject to the terms of the
100eb822a1Scindi Common Development and Distribution License (the "License").
110eb822a1Scindi You may not use this file except in compliance with the License.
120eb822a1Scindi
130eb822a1Scindi You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
140eb822a1Scindi or http://www.opensolaris.org/os/licensing.
150eb822a1Scindi See the License for the specific language governing permissions
160eb822a1Scindi and limitations under the License.
170eb822a1Scindi
180eb822a1Scindi When distributing Covered Code, include this CDDL HEADER in each
190eb822a1Scindi file and include the License file at usr/src/OPENSOLARIS.LICENSE.
200eb822a1Scindi If applicable, add the following below this CDDL HEADER, with the
210eb822a1Scindi fields enclosed by brackets "[]" replaced with your own identifying
220eb822a1Scindi information: Portions Copyright [yyyy] [name of copyright owner]
230eb822a1Scindi
240eb822a1Scindi CDDL HEADER END
250eb822a1Scindi
260eb822a1Scindi    ident	"%Z%%M%	%I%	%E% SMI"
270eb822a1Scindi-->
280eb822a1Scindi
290eb822a1Scindi<topology name='sun4u' scheme='hc'>
300eb822a1Scindi  <range name='motherboard' min='0' max='0'>
310eb822a1Scindi    <node instance='0'>
320eb822a1Scindi      <propgroup name='protocol' version='1'
330eb822a1Scindi        name-stability='Private' data-stability='Private' >
340eb822a1Scindi        <propval name='label' type='string'
350eb822a1Scindi          value='MB' />
360eb822a1Scindi      </propgroup>
370eb822a1Scindi    </node>
380eb822a1Scindi    <dependents grouping='children'>
390eb822a1Scindi      <range name='hostbridge' min='0' max='254'>
400eb822a1Scindi        <enum-method name='hostbridge' version='1' />
410eb822a1Scindi      </range>
420eb822a1Scindi      <range name='cpu' min='0' max='100'>
430eb822a1Scindi        <enum-method name='chip' version='1' />
440eb822a1Scindi      </range>
450eb822a1Scindi    </dependents>
460eb822a1Scindi  </range>
47*940d71d2Seschrock  <range name='ses-enclosure' min='0' max='1024'>
48*940d71d2Seschrock    <enum-method name='ses' version='1' />
49*940d71d2Seschrock  </range>
500eb822a1Scindi</topology>
51