changeset 10704:948edbea1605

4356846 remove invalid comment from pci.c
author Byron Servies <Byron.Servies@Sun.COM>
date Thu, 01 Oct 2009 13:18:09 -0700
parents d1cd8a33fcd0
children ecc602d2d497
files usr/src/uts/sun4u/io/pci/pci.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/sun4u/io/pci/pci.c	Thu Oct 01 10:40:45 2009 -0600
+++ b/usr/src/uts/sun4u/io/pci/pci.c	Thu Oct 01 13:18:09 2009 -0700
@@ -340,14 +340,6 @@
 		if (pcitool_init(dip) != DDI_SUCCESS) {
 			goto err_bad_pcitool_nodes;
 		}
-
-		/*
-		 * Due to unresolved hardware issues, disable PCIPM until
-		 * the problem is fully understood.
-		 *
-		 * pci_pwr_setup(pci_p, dip);
-		 */
-
 		ddi_report_dev(dip);
 
 		pci_p->pci_state = PCI_ATTACHED;