diff options
Diffstat (limited to 'drivers/ide/arm/icside.c')
-rw-r--r-- | drivers/ide/arm/icside.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ide/arm/icside.c b/drivers/ide/arm/icside.c index 0c6ce2faf8f5..e4875cef78bb 100644 --- a/drivers/ide/arm/icside.c +++ b/drivers/ide/arm/icside.c | |||
@@ -415,8 +415,6 @@ static void icside_dma_lost_irq(ide_drive_t *drive) | |||
415 | 415 | ||
416 | static void icside_dma_init(ide_hwif_t *hwif) | 416 | static void icside_dma_init(ide_hwif_t *hwif) |
417 | { | 417 | { |
418 | printk(" %s: SG-DMA", hwif->name); | ||
419 | |||
420 | hwif->atapi_dma = 1; | 418 | hwif->atapi_dma = 1; |
421 | hwif->mwdma_mask = 7; /* MW0..2 */ | 419 | hwif->mwdma_mask = 7; /* MW0..2 */ |
422 | hwif->swdma_mask = 7; /* SW0..2 */ | 420 | hwif->swdma_mask = 7; /* SW0..2 */ |
@@ -424,7 +422,6 @@ static void icside_dma_init(ide_hwif_t *hwif) | |||
424 | hwif->dmatable_cpu = NULL; | 422 | hwif->dmatable_cpu = NULL; |
425 | hwif->dmatable_dma = 0; | 423 | hwif->dmatable_dma = 0; |
426 | hwif->set_dma_mode = icside_set_dma_mode; | 424 | hwif->set_dma_mode = icside_set_dma_mode; |
427 | hwif->autodma = 1; | ||
428 | 425 | ||
429 | hwif->dma_host_off = icside_dma_host_off; | 426 | hwif->dma_host_off = icside_dma_host_off; |
430 | hwif->dma_off_quietly = icside_dma_off_quietly; | 427 | hwif->dma_off_quietly = icside_dma_off_quietly; |
@@ -437,11 +434,6 @@ static void icside_dma_init(ide_hwif_t *hwif) | |||
437 | hwif->ide_dma_test_irq = icside_dma_test_irq; | 434 | hwif->ide_dma_test_irq = icside_dma_test_irq; |
438 | hwif->dma_timeout = icside_dma_timeout; | 435 | hwif->dma_timeout = icside_dma_timeout; |
439 | hwif->dma_lost_irq = icside_dma_lost_irq; | 436 | hwif->dma_lost_irq = icside_dma_lost_irq; |
440 | |||
441 | hwif->drives[0].autodma = hwif->autodma; | ||
442 | hwif->drives[1].autodma = hwif->autodma; | ||
443 | |||
444 | printk(" capable%s\n", hwif->autodma ? ", auto-enable" : ""); | ||
445 | } | 437 | } |
446 | #else | 438 | #else |
447 | #define icside_dma_init(hwif) (0) | 439 | #define icside_dma_init(hwif) (0) |