aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy/ht6560b.c
diff options
context:
space:
mode:
authorJan Evert van Grootheest <j.e.van.grootheest@caiway.nl>2008-02-18 19:41:26 -0500
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-18 19:41:26 -0500
commit1a1990f5479b0c9055c133b7e0e7fedfcbe11512 (patch)
tree86394ab3b44dde0df5b10cff0d8ae59ffa607918 /drivers/ide/legacy/ht6560b.c
parentf401fd55b5a9ef1a4572abaefaa6957af11ced61 (diff)
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>
Diffstat (limited to 'drivers/ide/legacy/ht6560b.c')
-rw-r--r--drivers/ide/legacy/ht6560b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/legacy/ht6560b.c b/drivers/ide/legacy/ht6560b.c
index 02d12c74764a..2701e7d6caff 100644
--- a/drivers/ide/legacy/ht6560b.c
+++ b/drivers/ide/legacy/ht6560b.c
@@ -323,7 +323,7 @@ static const struct ide_port_info ht6560b_port_info __initdata = {
323 IDE_HFLAG_NO_DMA | 323 IDE_HFLAG_NO_DMA |
324 IDE_HFLAG_NO_AUTOTUNE | 324 IDE_HFLAG_NO_AUTOTUNE |
325 IDE_HFLAG_ABUSE_PREFETCH, 325 IDE_HFLAG_ABUSE_PREFETCH,
326 .pio_mask = ATA_PIO5, 326 .pio_mask = ATA_PIO4,
327}; 327};
328 328
329static int __init ht6560b_init(void) 329static int __init ht6560b_init(void)