Skip to content

Commit

Permalink
ide: fix Falcon IDE breakage
Browse files Browse the repository at this point in the history
[m68k] Falcon IDE: always serialize, in order to force execution of
       ide_get_lock() and friends.

Signed-off-By: Michael Schmitz <schmitz@debian.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
[bart: set flag in falconide_port_info instead of falconide_init()]
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Michael Schmitz authored and Bartlomiej Zolnierkiewicz committed Jan 19, 2009
1 parent bb54aff commit abb8817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/falconide.c
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ static const struct ide_tp_ops falconide_tp_ops = {

static const struct ide_port_info falconide_port_info = {
.tp_ops = &falconide_tp_ops,
.host_flags = IDE_HFLAG_NO_DMA,
.host_flags = IDE_HFLAG_NO_DMA | IDE_HFLAG_SERIALIZE,
};

static void __init falconide_setup_ports(hw_regs_t *hw)

0 comments on commit abb8817

Please sign in to comment.