diff options
Diffstat (limited to 'drivers/ide/cris/ide-cris.c')
-rw-r--r-- | drivers/ide/cris/ide-cris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/cris/ide-cris.c b/drivers/ide/cris/ide-cris.c index 7afb715b86e5..24281176b4dc 100644 --- a/drivers/ide/cris/ide-cris.c +++ b/drivers/ide/cris/ide-cris.c | |||
@@ -795,7 +795,7 @@ init_e100_ide (void) | |||
795 | 0, 0, cris_ide_ack_intr, | 795 | 0, 0, cris_ide_ack_intr, |
796 | ide_default_irq(0)); | 796 | ide_default_irq(0)); |
797 | ide_register_hw(&hw, &hwif); | 797 | ide_register_hw(&hw, &hwif); |
798 | hwif->mmio = 2; | 798 | hwif->mmio = 1; |
799 | hwif->chipset = ide_etrax100; | 799 | hwif->chipset = ide_etrax100; |
800 | hwif->tuneproc = &tune_cris_ide; | 800 | hwif->tuneproc = &tune_cris_ide; |
801 | hwif->speedproc = &speed_cris_ide; | 801 | hwif->speedproc = &speed_cris_ide; |