Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271085
b: refs/heads/master
c: aa117dd
h: refs/heads/master
i:
  271083: a60742a
v: v3
  • Loading branch information
Xiangliang Yu authored and James Bottomley committed Oct 2, 2011
1 parent 5d970a5 commit d85e2b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07f098e6f4a9a488605d6a3a13ce2805023a0384
refs/heads/master: aa117dd14372e1b0bed651af2db1be670b595032
8 changes: 8 additions & 0 deletions trunk/drivers/scsi/mvsas/mv_94xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,14 @@ static int __devinit mvs_94xx_init(struct mvs_info *mvi)
tmp |= CINT_PHY_MASK;
mw32(MVS_INT_MASK, tmp);

/* change the connection open-close behavior (bit 9)
* set bit8 to 1 for performance tuning */
tmp = mvs_cr32(mvi, CMD_SL_MODE0);
tmp |= 0x00000300;
/* set bit0 to 0 to enable retry for no_dest reject case */
tmp &= 0xFFFFFFFE;
mvs_cw32(mvi, CMD_SL_MODE0, tmp);

/* Enable SRS interrupt */
mw32(MVS_INT_MASK_SRS_0, 0xFFFF);

Expand Down

0 comments on commit d85e2b3

Please sign in to comment.