Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45555
b: refs/heads/master
c: 87b2380
h: refs/heads/master
i:
  45553: 1dac2db
  45551: 95ce6af
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Jan 3, 2007
1 parent 9a3314c commit abf23ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9ef3c10e2009d8479b27e3ff39a7779fbca5711c
refs/heads/master: 87b2380fcc6ff97c6ff5afd66ff50e94e6188d6b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ qla2x00_trace_control(scsi_qla_host_t *ha, uint16_t ctrl, dma_addr_t eft_dma,
mcp->mb[4] = LSW(MSD(eft_dma));
mcp->mb[5] = MSW(MSD(eft_dma));
mcp->mb[6] = buffers;
mcp->mb[7] = buffers;
mcp->mb[7] = 0;
mcp->out_mb |= MBX_7|MBX_6|MBX_5|MBX_4|MBX_3|MBX_2;
}
mcp->tov = 30;
Expand Down

0 comments on commit abf23ec

Please sign in to comment.