| commit | 47b687882c02f802dd5bbe1227effe006820246e | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Oct 19 00:30:06 2007 +0200 |
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Oct 19 00:30:06 2007 +0200 |
| tree | 7b9048ebfa0a53203e4e3c55649f28e352a143cc | |
| parent | 7cab14a79973893392111b8f887856a54621f759 [diff] |
ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags
Add IDE_HFLAG_NO_{DMA,AUTODMA} host flags. Convert all host drivers using
ide_pci_device_t to use these flags instead of d->autodma and then remove no
longer needed d->autodma.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>