diff options
Diffstat (limited to 'usr/src/cmd/fm')
-rw-r--r-- | usr/src/cmd/fm/topo/files/sparc/Makefile | 2 | ||||
-rw-r--r-- | usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/Makefile | 30 | ||||
-rw-r--r-- | usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/platform.topo | 42 |
3 files changed, 73 insertions, 1 deletions
diff --git a/usr/src/cmd/fm/topo/files/sparc/Makefile b/usr/src/cmd/fm/topo/files/sparc/Makefile index 880c1150f7..884049ec8b 100644 --- a/usr/src/cmd/fm/topo/files/sparc/Makefile +++ b/usr/src/cmd/fm/topo/files/sparc/Makefile @@ -37,7 +37,7 @@ SUBDIRS= \ SUNW,Netra-T4 SUNW,Sun-Blade-2000 SUNW,Sun-Fire-280R \ SUNW,Sun-Fire-V890 SUNW,Sun-Fire-V490 SUNW,Sun-Fire-V250 \ SUNW,Sun-Fire-V210 SUNW,Netra-240 SUNW,Netra-440 \ - SUNW,Sun-Fire-T200 + SUNW,Sun-Fire-T200 SUNW,Netra-CP3010 include ../../../Makefile.subdirs diff --git a/usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/Makefile b/usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/Makefile new file mode 100644 index 0000000000..8609abc0a4 --- /dev/null +++ b/usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/Makefile @@ -0,0 +1,30 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# ident "%Z%%M% %I% %E% SMI" +# +TOPOSUBDIR = SUNW,Netra-CP3010 +TOPOFILES = platform.topo + +include ../../Makefile.com diff --git a/usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/platform.topo b/usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/platform.topo new file mode 100644 index 0000000000..33ccefd72b --- /dev/null +++ b/usr/src/cmd/fm/topo/files/sparc/SUNW,Netra-CP3010/platform.topo @@ -0,0 +1,42 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +#ident "%Z%%M% %I% %E% SMI" + +/motherboard0/cpumodule0/cpu[0] + PLAT-FRU=hc:///component=CPU0 +/motherboard0/cpu[1] + PLAT-FRU=hc:///component=CPU1 +/motherboard0/hostbridge0 + DEV=/pci@1c +/motherboard0/hostbridge0/pcibus[0] + DEV=/pci@1c,600000 +/motherboard0/hostbridge0/pcibus[1] + DEV=/pci@1d,700000 +/motherboard0/hostbridge1 + DEV=/pci@1e +/motherboard0/hostbridge1/pcibus[0] + DEV=/pci@1e,600000 +/motherboard0/hostbridge1/pcibus[1] + DEV=/pci@1f,700000 |