Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14136
b: refs/heads/master
c: a151021
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 12, 2005
1 parent 60933cf commit ef51cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da2660d2c40496b1699c4de652f6d0cfd13937c0
refs/heads/master: a1510210c45c9af5784d64596c7025997e1add7d
3 changes: 3 additions & 0 deletions trunk/drivers/ide/pci/sl82c105.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@ static void __devinit init_hwif_sl82c105(ide_hwif_t *hwif)
hwif->autodma = 1;
hwif->drives[0].autodma = hwif->autodma;
hwif->drives[1].autodma = hwif->autodma;

if (hwif->mate)
hwif->serialized = hwif->mate->serialized = 1;
#endif /* CONFIG_BLK_DEV_IDEDMA */
}
hwif->OUTB(dma_state, hwif->dma_base + 2);
Expand Down

0 comments on commit ef51cc3

Please sign in to comment.