Skip to content

Commit

Permalink
ht6560b can only do up to PIO mode 4
Browse files Browse the repository at this point in the history
According to the datasheet, ht6560b only supports up to PIO mode 4.

[bart: manually ported it over 2.6.25-rc2]

Signed-off-by: Jan Evert van Grootheest <janevert@caiway.nl>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Jan Evert van Grootheest authored and Bartlomiej Zolnierkiewicz committed Feb 19, 2008
1 parent f401fd5 commit 1a1990f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/legacy/ht6560b.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static const struct ide_port_info ht6560b_port_info __initdata = {
IDE_HFLAG_NO_DMA |
IDE_HFLAG_NO_AUTOTUNE |
IDE_HFLAG_ABUSE_PREFETCH,
.pio_mask = ATA_PIO5,
.pio_mask = ATA_PIO4,
};

static int __init ht6560b_init(void)
Expand Down

0 comments on commit 1a1990f

Please sign in to comment.