aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ppc')
-rw-r--r--drivers/ide/ppc/mpc8xx.c2
-rw-r--r--drivers/ide/ppc/pmac.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/ppc/mpc8xx.c b/drivers/ide/ppc/mpc8xx.c
index 0fd98489d587..6d62adefd976 100644
--- a/drivers/ide/ppc/mpc8xx.c
+++ b/drivers/ide/ppc/mpc8xx.c
@@ -814,7 +814,6 @@ static int __init mpc8xx_ide_probe(void)
814 ide_hwif_t *hwif = &ide_hwifs[0]; 814 ide_hwif_t *hwif = &ide_hwifs[0];
815 815
816 ide_init_port_hw(hwif, &hw); 816 ide_init_port_hw(hwif, &hw);
817 hwif->mmio = 1;
818 hwif->pio_mask = ATA_PIO4; 817 hwif->pio_mask = ATA_PIO4;
819 hwif->port_ops = &m8xx_port_ops; 818 hwif->port_ops = &m8xx_port_ops;
820 819
@@ -826,7 +825,6 @@ static int __init mpc8xx_ide_probe(void)
826 ide_hwif_t *mate = &ide_hwifs[1]; 825 ide_hwif_t *mate = &ide_hwifs[1];
827 826
828 ide_init_port_hw(mate, &hw); 827 ide_init_port_hw(mate, &hw);
829 mate->mmio = 1;
830 mate->pio_mask = ATA_PIO4; 828 mate->pio_mask = ATA_PIO4;
831 mate->port_ops = &m8xx_port_ops; 829 mate->port_ops = &m8xx_port_ops;
832 830
diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c
index 4e0583907413..16869cf95e1a 100644
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -1045,8 +1045,6 @@ pmac_ide_setup_device(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif, hw_regs_t *hw)
1045 default_hwif_mmiops(hwif); 1045 default_hwif_mmiops(hwif);
1046 hwif->OUTBSYNC = pmac_outbsync; 1046 hwif->OUTBSYNC = pmac_outbsync;
1047 1047
1048 /* Tell common code _not_ to mess with resources */
1049 hwif->mmio = 1;
1050 hwif->hwif_data = pmif; 1048 hwif->hwif_data = pmif;
1051 ide_init_port_hw(hwif, hw); 1049 ide_init_port_hw(hwif, hw);
1052 hwif->cbl = pmif->cable_80 ? ATA_CBL_PATA80 : ATA_CBL_PATA40; 1050 hwif->cbl = pmif->cable_80 ? ATA_CBL_PATA80 : ATA_CBL_PATA40;