Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121449
b: refs/heads/master
c: 6114d4c
h: refs/heads/master
i:
  121447: d771066
v: v3
  • Loading branch information
Dave Olson authored and Roland Dreier committed Dec 5, 2008
1 parent 327c409 commit ec3b885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 60e845035a066e81af1a29047530088d59150d8b
refs/heads/master: 6114d4cd313acbb6e9935c2bee77e368d10c4f04
7 changes: 4 additions & 3 deletions trunk/drivers/infiniband/hw/ipath/ipath_iba7220.c
Original file line number Diff line number Diff line change
Expand Up @@ -2452,13 +2452,14 @@ static int ipath_7220_ib_updown(struct ipath_devdata *dd, int ibup, u64 ibcs)
}
}
/*
* if we are in 1X, and are in autoneg width, it
* could be due to an xgxs problem, so if we haven't
* if we are in 1X on rev1 only, and are in autoneg width,
* it could be due to an xgxs problem, so if we haven't
* already tried, try twice to get to 4X; if we
* tried, and couldn't, report it, since it will
* probably not be what is desired.
*/
if ((dd->ipath_link_width_enabled & (IB_WIDTH_1X |
if (dd->ipath_minrev == 1 &&
(dd->ipath_link_width_enabled & (IB_WIDTH_1X |
IB_WIDTH_4X)) == (IB_WIDTH_1X | IB_WIDTH_4X)
&& dd->ipath_link_width_active == IB_WIDTH_1X
&& dd->ipath_x1_fix_tries < 3) {
Expand Down

0 comments on commit ec3b885

Please sign in to comment.