Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73647
b: refs/heads/master
c: 6183289
h: refs/heads/master
i:
  73645: fe5ae98
  73643: 276174b
  73639: 6b58dfb
  73631: 8539a33
v: v3
  • Loading branch information
Sergei Shtylyov authored and Bartlomiej Zolnierkiewicz committed Nov 13, 2007
1 parent a860946 commit 4e0437e
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: 9418d5dc9ba40b88737580457bf3b7c63c60ec43
refs/heads/master: 6183289cd4356b790c5eaa619020fb887ec0fa44
5 changes: 3 additions & 2 deletions trunk/drivers/ide/pci/cmd64x.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* linux/drivers/ide/pci/cmd64x.c Version 1.50 May 10, 2007
* linux/drivers/ide/pci/cmd64x.c Version 1.51 Nov 8, 2007
*
* cmd64x.c: Enable interrupts at initialization time on Ultra/PCI machines.
* Due to massive hardware bugs, UltraDMA is only supported
Expand Down Expand Up @@ -339,7 +339,8 @@ static int cmd648_ide_dma_end (ide_drive_t *drive)
u8 mrdmode = inb(hwif->dma_master + 0x01);

/* clear the interrupt bit */
outb(mrdmode | irq_mask, hwif->dma_master + 0x01);
outb((mrdmode & ~(MRDMODE_INTR_CH0 | MRDMODE_INTR_CH1)) | irq_mask,
hwif->dma_master + 0x01);

return err;
}
Expand Down

0 comments on commit 4e0437e

Please sign in to comment.