diff options
Diffstat (limited to 'drivers/ide/mips/au1xxx-ide.c')
-rw-r--r-- | drivers/ide/mips/au1xxx-ide.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/mips/au1xxx-ide.c b/drivers/ide/mips/au1xxx-ide.c index cd00081fb278..47c035a550e3 100644 --- a/drivers/ide/mips/au1xxx-ide.c +++ b/drivers/ide/mips/au1xxx-ide.c | |||
@@ -700,19 +700,14 @@ static int au_ide_probe(struct device *dev) | |||
700 | hwif->dma_lost_irq = &auide_dma_lost_irq; | 700 | hwif->dma_lost_irq = &auide_dma_lost_irq; |
701 | hwif->ide_dma_on = &auide_dma_on; | 701 | hwif->ide_dma_on = &auide_dma_on; |
702 | 702 | ||
703 | hwif->autodma = 1; | ||
704 | hwif->drives[0].autodma = hwif->autodma; | ||
705 | hwif->drives[1].autodma = hwif->autodma; | ||
706 | hwif->atapi_dma = 1; | 703 | hwif->atapi_dma = 1; |
707 | 704 | ||
708 | #else /* !CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA */ | 705 | #else /* !CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA */ |
709 | hwif->autodma = 0; | ||
710 | hwif->channel = 0; | 706 | hwif->channel = 0; |
711 | hwif->hold = 1; | 707 | hwif->hold = 1; |
712 | hwif->select_data = 0; /* no chipset-specific code */ | 708 | hwif->select_data = 0; /* no chipset-specific code */ |
713 | hwif->config_data = 0; /* no chipset-specific code */ | 709 | hwif->config_data = 0; /* no chipset-specific code */ |
714 | 710 | ||
715 | hwif->drives[0].autodma = 0; | ||
716 | hwif->drives[0].autotune = 1; /* 1=autotune, 2=noautotune, 0=default */ | 711 | hwif->drives[0].autotune = 1; /* 1=autotune, 2=noautotune, 0=default */ |
717 | #endif | 712 | #endif |
718 | hwif->drives[0].no_io_32bit = 1; | 713 | hwif->drives[0].no_io_32bit = 1; |