* Unfortunately it looks like we have to seriously increase the delay
between doing a hard reset via the PM to a target and initiating
the softreset.
The Silicon Image chip appears to brick the port if its softreset
collides with the target device. There is no way to fix it other
then hard-resetting the port (which causes the PM to reset as well).
* Some devices may need longer and we handle those cases in the
* pm softreset code.
*
+ * XXX Looks like we have to wait a lot longer. If the Sili chip's
+ * softreset fails due to a collision with the D2H FIS or the
+ * unbusying it bricks the port.
+ *
* XXX how do we poll that particular target's BSY status via the
* PM?
*/
kprintf("%s.%d: PM Device detected ssts=%08x\n",
PORTNAME(ap), target, data);
- sili_os_sleep(200);
+ sili_os_sleep(5000);
error = 0;
err: