summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c b/usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c
index 1d7deabfa6..0a517d314d 100644
--- a/usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c
+++ b/usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c
@@ -1157,14 +1157,11 @@ pciehpc_slot_connect(caddr_t ops_arg, hpc_slot_t slot_hdl,
if (!(status & PCIE_LINKSTS_DLL_LINK_ACTIVE))
goto cleanup2;
}
-
- /* wait 100ms after DLL_LINK_ACTIVE field reads 1b */
- delay(drv_usectohz(100000));
- } else {
- /* wait 1 sec for link to come up */
- delay(drv_usectohz(1000000));
}
+ /* wait 1 sec for link to come up */
+ delay(drv_usectohz(1000000));
+
/* check power is really turned ON */
control = pciehpc_reg_get16(ctrl_p,
ctrl_p->pcie_caps_reg_offset + PCIE_SLOTCTL);