Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80947
b: refs/heads/master
c: 14dc992
h: refs/heads/master
i:
  80945: a9526d4
  80943: 3777714
v: v3
  • Loading branch information
Stefan Richter committed Jan 30, 2008
1 parent 9cbe6b3 commit 30eebd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 4dccd020d7ca5e673d7804cc4ff80fbf58d8a37e
refs/heads/master: 14dc992aa782f8759c6d117d4322db62f62600ce
5 changes: 3 additions & 2 deletions trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,10 @@ sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id,
orb->request.status_fifo.low = lu->address_handler.offset;

if (function == SBP2_LOGIN_REQUEST) {
/* Ask for 2^2 == 4 seconds reconnect grace period */
orb->request.misc |=
MANAGEMENT_ORB_EXCLUSIVE(sbp2_param_exclusive_login) |
MANAGEMENT_ORB_RECONNECT(0);
MANAGEMENT_ORB_RECONNECT(2) |
MANAGEMENT_ORB_EXCLUSIVE(sbp2_param_exclusive_login);
}

fw_memcpy_to_be32(&orb->request, &orb->request, sizeof(orb->request));
Expand Down

0 comments on commit 30eebd7

Please sign in to comment.