On Thursday 10 April 2008, Bartlomiej Zolnierkiewicz wrote:
No longer needed - please test the hot-fix below instead:
---
thanks to Andrew for noticing me about the gcc warning
drivers/ide/ppc/pmac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/drivers/ide/ppc/pmac.c
===================================================================
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -941,7 +941,7 @@ static const struct ide_port_info pmac_p
.port_ops = &pmac_ide_port_ops,
.host_flags = IDE_HFLAG_SET_PIO_MODE_KEEP_DMA |
IDE_HFLAG_POST_SET_MODE |
- IDE_HFLAG_UNMASK_IRQS,
+ IDE_HFLAG_UNMASK_IRQS |
IDE_HFLAG_MMIO,
.pio_mask = ATA_PIO4,
.mwdma_mask = ATA_MWDMA2,
--