ide: add IDE_HFLAG_MMIO host flag (take 2)
[deliverable/linux.git] / drivers / ide / arm / palm_bk3710.c
index aaf32541622d8a08ac0a5551209c6c26922c5e3d..96378ebfb31fc70e4e4e81b0ef65fa08d454dae2 100644 (file)
@@ -342,6 +342,7 @@ static const struct ide_port_ops palm_bk3710_ports_ops = {
 static const struct ide_port_info __devinitdata palm_bk3710_port_info = {
        .init_dma               = palm_bk3710_init_dma,
        .port_ops               = &palm_bk3710_ports_ops,
+       .host_flags             = IDE_HFLAG_MMIO,
        .pio_mask               = ATA_PIO4,
        .udma_mask              = ATA_UDMA4,    /* (input clk 99MHz) */
        .mwdma_mask             = ATA_MWDMA2,
This page took 0.0236 seconds and 5 git commands to generate.