Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288463
b: refs/heads/master
c: cecd353
h: refs/heads/master
i:
  288461: 693d564
  288459: 1e82b38
  288455: 13cf250
  288447: e752d45
v: v3
  • Loading branch information
Danny Kukawka authored and Jens Axboe committed Mar 2, 2012
1 parent 388756c commit 06f90c3
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: bca505f1097c725708ddc055cf8055e922b0904b
refs/heads/master: cecd353a02fb1405c8a72a324b26b5acf97e7411
3 changes: 2 additions & 1 deletion trunk/drivers/block/DAC960.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,8 @@ static bool DAC960_V1_EnableMemoryMailboxInterface(DAC960_Controller_T
int TimeoutCounter;
int i;


memset(&CommandMailbox, 0, sizeof(DAC960_V1_CommandMailbox_T));

if (pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32)))
return DAC960_Failure(Controller, "DMA mask out of range");
Controller->BounceBufferLimit = DMA_BIT_MASK(32);
Expand Down

0 comments on commit 06f90c3

Please sign in to comment.