Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206735
b: refs/heads/master
c: 2d978a9
h: refs/heads/master
i:
  206733: 49e3ed4
  206731: bacd30f
  206727: 16a6f60
  206719: a3e4717
v: v3
  • Loading branch information
Ralph Campbell authored and Roland Dreier committed Jul 21, 2010
1 parent ff3a189 commit 9cdf035
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dd378c2102cf4bf81144db70771d09ecead2cd15
refs/heads/master: 2d978a953b874bac418e0b9475edd1b9125281f6
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/hw/qib/qib_iba7322.c
Original file line number Diff line number Diff line change
Expand Up @@ -7271,6 +7271,8 @@ static int serdes_7322_init(struct qib_pportdata *ppd)
ibsd_wr_allchans(ppd, 20, (4 << 13), BMASK(15, 13)); /* SDR */

data = qib_read_kreg_port(ppd, krp_serdesctrl);
/* Turn off IB latency mode */
data &= ~SYM_MASK(IBSerdesCtrl_0, IB_LAT_MODE);
qib_write_kreg_port(ppd, krp_serdesctrl, data |
SYM_MASK(IBSerdesCtrl_0, RXLOSEN));

Expand Down

0 comments on commit 9cdf035

Please sign in to comment.