# HG changeset patch # User Byron Servies # Date 1254428289 25200 # Node ID 948edbea16056cf3b62bac273267174502fc3f6f # Parent d1cd8a33fcd0e92b18f95c3dfb6a99a4ed19f2c3 4356846 remove invalid comment from pci.c diff -r d1cd8a33fcd0 -r 948edbea1605 usr/src/uts/sun4u/io/pci/pci.c --- 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;