dect
/
linux-2.6
Archived
13
0
Fork 0

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: Jan Evert van Grootheest <janevert@caiway.nl>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
Jan Evert van Grootheest 2008-02-19 01:41:26 +01:00 committed by Bartlomiej Zolnierkiewicz
parent f401fd55b5
commit 1a1990f547
1 changed files with 1 additions and 1 deletions

View File

@ -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)