aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/falconide.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-03-27 07:46:23 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-03-27 07:46:23 -0400
commit09a3e79187c56842d509430267ece5b82216baee (patch)
tree624ab9e802539f86d352e5f0b617ba5b2db34ffe /drivers/ide/falconide.c
parente354c1d8033d97a97a38a1b2cffa1bc285b92ad4 (diff)
ide: make m68k host drivers use IDE_HFLAG_MMIO
Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Michael Schmitz <schmitz@debian.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/falconide.c')
-rw-r--r--drivers/ide/falconide.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/falconide.c b/drivers/ide/falconide.c
index d4d7ff1a3516..27a569520743 100644
--- a/drivers/ide/falconide.c
+++ b/drivers/ide/falconide.c
@@ -103,7 +103,8 @@ static const struct ide_port_info falconide_port_info = {
103 .get_lock = falconide_get_lock, 103 .get_lock = falconide_get_lock,
104 .release_lock = falconide_release_lock, 104 .release_lock = falconide_release_lock,
105 .tp_ops = &falconide_tp_ops, 105 .tp_ops = &falconide_tp_ops,
106 .host_flags = IDE_HFLAG_NO_DMA | IDE_HFLAG_SERIALIZE, 106 .host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_SERIALIZE |
107 IDE_HFLAG_NO_DMA,
107}; 108};
108 109
109static void __init falconide_setup_ports(hw_regs_t *hw) 110static void __init falconide_setup_ports(hw_regs_t *hw)