aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy/qd65xx.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-27 09:38:29 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-27 09:38:29 -0400
commit0d28ec7f213eee37855741410a95ec559f9fa87a (patch)
tree76b96acdf419d819cf31b1a5df0d21cce8231733 /drivers/ide/legacy/qd65xx.c
parent73f1ad8670effa9849c3d42457fa2b58f139e013 (diff)
ide: always auto-tune PIO in legacy VLB host drivers
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/legacy/qd65xx.c')
-rw-r--r--drivers/ide/legacy/qd65xx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/legacy/qd65xx.c b/drivers/ide/legacy/qd65xx.c
index 87cef68e8add..6424af154325 100644
--- a/drivers/ide/legacy/qd65xx.c
+++ b/drivers/ide/legacy/qd65xx.c
@@ -12,8 +12,6 @@
12 * QDI QD6500/QD6580 EIDE controller fast support 12 * QDI QD6500/QD6580 EIDE controller fast support
13 * 13 *
14 * To activate controller support, use "ide0=qd65xx" 14 * To activate controller support, use "ide0=qd65xx"
15 * To enable tuning, use "hda=autotune hdb=autotune"
16 * To enable 2nd channel tuning (qd6580 only), use "hdc=autotune hdd=autotune"
17 */ 15 */
18 16
19/* 17/*
@@ -324,8 +322,7 @@ static const struct ide_port_info qd65xx_port_info __initdata = {
324 .name = DRV_NAME, 322 .name = DRV_NAME,
325 .chipset = ide_qd65xx, 323 .chipset = ide_qd65xx,
326 .host_flags = IDE_HFLAG_IO_32BIT | 324 .host_flags = IDE_HFLAG_IO_32BIT |
327 IDE_HFLAG_NO_DMA | 325 IDE_HFLAG_NO_DMA,
328 IDE_HFLAG_NO_AUTOTUNE,
329 .pio_mask = ATA_PIO4, 326 .pio_mask = ATA_PIO4,
330}; 327};
331 328