Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a1990f5 authored by Jan Evert van Grootheest's avatar Jan Evert van Grootheest Committed by Bartlomiej Zolnierkiewicz
Browse files

ht6560b can only do up to PIO mode 4



According to the datasheet, ht6560b only supports up to PIO mode 4.

[bart: manually ported it over 2.6.25-rc2]

Signed-off-by: default avatarJan Evert van Grootheest <janevert@caiway.nl>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent f401fd55
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -323,7 +323,7 @@ static const struct ide_port_info ht6560b_port_info __initdata = {
				  IDE_HFLAG_NO_DMA |
				  IDE_HFLAG_NO_DMA |
				  IDE_HFLAG_NO_AUTOTUNE |
				  IDE_HFLAG_NO_AUTOTUNE |
				  IDE_HFLAG_ABUSE_PREFETCH,
				  IDE_HFLAG_ABUSE_PREFETCH,
	.pio_mask		= ATA_PIO5,
	.pio_mask		= ATA_PIO4,
};
};


static int __init ht6560b_init(void)
static int __init ht6560b_init(void)