Skip to content

Commit fb4252e

Browse files
sgruszkabzolnier
authored andcommitted
at91_ide: turn on PIO 6 support
As we have already PIO 6 transfer mode supported in IDE layer, we can turn it on in the driver. Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl> Tested-by: "Steve Wootton" <swootton@esi-estech.com> Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
1 parent 55c590b commit fb4252e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ide/at91_ide.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static const struct ide_port_info at91_ide_port_info __initdata = {
215215
.tp_ops = &at91_ide_tp_ops,
216216
.host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA | IDE_HFLAG_SINGLE |
217217
IDE_HFLAG_NO_IO_32BIT | IDE_HFLAG_UNMASK_IRQS,
218-
.pio_mask = ATA_PIO5,
218+
.pio_mask = ATA_PIO6,
219219
};
220220

221221
/*

0 commit comments

Comments
 (0)