summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorByron Servies <Byron.Servies@Sun.COM>2009-10-01 13:18:09 -0700
committerByron Servies <Byron.Servies@Sun.COM>2009-10-01 13:18:09 -0700
commitd6c01e8c77db27063de6c97d78a1818ad9030343 (patch)
tree69d2b1c29300887e9e0a7216abd6cab74dc2a606 /usr/src
parent13c9ae635f2b4610b0389ce8cdf2f9f9581e73ba (diff)
downloadillumos-gate-d6c01e8c77db27063de6c97d78a1818ad9030343.tar.gz
4356846 remove invalid comment from pci.c
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/sun4u/io/pci/pci.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/sun4u/io/pci/pci.c b/usr/src/uts/sun4u/io/pci/pci.c
index b7d416e553..40efc968e2 100644
--- a/usr/src/uts/sun4u/io/pci/pci.c
+++ b/usr/src/uts/sun4u/io/pci/pci.c
@@ -340,14 +340,6 @@ pci_attach(dev_info_t *dip, ddi_attach_cmd_t cmd)
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;