6536452 Change the numbering of the PCIE slots in pci_sun4v.h to start with zero "0" instead of one "1"
authorsd77468
Thu, 22 Mar 2007 11:17:55 -0700
changeset 3881 6e67ad54ba09
parent 3880 6015d65900eb
child 3882 f58e2c1a879e
6536452 Change the numbering of the PCIE slots in pci_sun4v.h to start with zero "0" instead of one "1"
usr/src/lib/fm/topo/modules/sun4v/pcibus/pci_sun4v.h
--- a/usr/src/lib/fm/topo/modules/sun4v/pcibus/pci_sun4v.h	Thu Mar 22 06:40:26 2007 -0700
+++ b/usr/src/lib/fm/topo/modules/sun4v/pcibus/pci_sun4v.h	Thu Mar 22 11:17:55 2007 -0700
@@ -20,7 +20,7 @@
  */
 
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -44,19 +44,19 @@
 
 physnm_t t5120_pnms[] = {
 	/* Slot #, Label */
+	{   0, "MB/RISER0/PCIE0" },
 	{   1, "MB/RISER1/PCIE1" },
-	{   2, "MB/RISER2/PCIE2" },
-	{   3, "MB/RISER3/PCIE3" }
+	{   2, "MB/RISER2/PCIE2" }
 };
 
 physnm_t t5220_pnms[] = {
 	/* Slot #, Label */
+	{   0, "MB/RISER0/PCIE0" },
 	{   1, "MB/RISER1/PCIE1" },
 	{   2, "MB/RISER2/PCIE2" },
-	{   3, "MB/RISER3/PCIE3" },
+	{   3, "MB/RISER0/PCIE3" },
 	{   4, "MB/RISER1/PCIE4" },
-	{   5, "MB/RISER2/PCIE5" },
-	{   6, "MB/RISER3/PCIE6" }
+	{   5, "MB/RISER2/PCIE5" }
 };
 
 pphysnm_t plat_pnames[] = {