Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101227
b: refs/heads/master
c: b3d96af
h: refs/heads/master
i:
  101225: 9fa5285
  101223: 974cac1
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 15, 2008
1 parent 2e845af commit 0d1d536
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: 63f5abb0959337db0d5bece9cefba03cdcadec51
refs/heads/master: b3d96afccf8b5c67b66a61efb88c53ff029c6611
7 changes: 4 additions & 3 deletions trunk/drivers/scsi/ide-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,13 +494,14 @@ static ide_startstop_t idescsi_transfer_pc(ide_drive_t *drive)
/* Set the interrupt routine */
ide_set_handler(drive, &idescsi_pc_intr, get_timeout(pc), idescsi_expiry);

/* Send the actual packet */
hwif->output_data(drive, NULL, scsi->pc->c, 12);

if (pc->flags & PC_FLAG_DMA_OK) {
pc->flags |= PC_FLAG_DMA_IN_PROGRESS;
hwif->dma_ops->dma_start(drive);
}

/* Send the actual packet */
hwif->output_data(drive, NULL, scsi->pc->c, 12);

return ide_started;
}

Expand Down

0 comments on commit 0d1d536

Please sign in to comment.