Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20397
b: refs/heads/master
c: 247ec45
h: refs/heads/master
i:
  20395: f335860
v: v3
  • Loading branch information
andrew.vasquez@qlogic.com authored and unknown committed Feb 7, 2006
1 parent ad96cde commit b9dd16f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f7757a5f0fa94a0ce4d6ea55f440845bb3faf712
refs/heads/master: 247ec457ce108000987be517c83868f6361d9f76
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,8 @@ qla2x00_get_id_list(scsi_qla_host_t *ha, void *id_list, dma_addr_t id_list_dma,
mcp->mb[3] = LSW(id_list_dma);
mcp->mb[6] = MSW(MSD(id_list_dma));
mcp->mb[7] = LSW(MSD(id_list_dma));
mcp->out_mb |= MBX_7|MBX_6|MBX_3|MBX_2;
mcp->mb[8] = 0;
mcp->out_mb |= MBX_8|MBX_7|MBX_6|MBX_3|MBX_2;
} else {
mcp->mb[1] = MSW(id_list_dma);
mcp->mb[2] = LSW(id_list_dma);
Expand Down

0 comments on commit b9dd16f

Please sign in to comment.