Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254549
b: refs/heads/master
c: 9b91798
h: refs/heads/master
i:
  254547: c7d9e3c
v: v3
  • Loading branch information
Jeff Skirvin authored and Dan Williams committed Jul 3, 2011
1 parent 93b2c2e commit 2b5f977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd0527ab15bfd96f04b084b1b2550f80cf151b60
refs/heads/master: 9b917987fd16d0687afe550a02f68099419f5d43
7 changes: 2 additions & 5 deletions trunk/drivers/scsi/isci/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,8 @@ scic_sds_phy_link_layer_initialization(struct scic_sds_phy *sci_phy,
&sci_phy->link_layer_registers->maximum_arbitration_wait_timer_timeout);
}

/*
* Set the link layer hang detection to 500ms (0x1F4) from its default
* value of 128ms. Max value is 511 ms.
*/
writel(0x1F4, &sci_phy->link_layer_registers->link_layer_hang_detection_timeout);
/* Disable link layer hang detection, rely on the OS timeout for I/O timeouts. */
writel(0, &sci_phy->link_layer_registers->link_layer_hang_detection_timeout);

/* We can exit the initial state to the stopped state */
sci_change_state(&sci_phy->sm, SCI_PHY_STOPPED);
Expand Down

0 comments on commit 2b5f977

Please sign in to comment.