From: Bartlomiej Zolnierkiewicz Date: Thu, 18 Oct 2007 22:30:12 +0000 (+0200) Subject: ide: set drive->autotune in ide_pci_setup_ports() X-Git-Tag: v2.6.24-rc1~287^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ad93ad56f4baf52e7c40f2e01c4df8e14d4c9c;p=pandora-kernel.git ide: set drive->autotune in ide_pci_setup_ports() Majority of host drivers using IDE PCI layer set drive->autotune, the only exceptions are: generic.c ns87415.c rz1000.c trm290.c * no ->set_pio_mode method it821x.c: * if memory allocation fails drive->autotune won't be set (but there also won't be ->set_pio_mode method in such case) piix.c: * MPIIX controller (no ->init_hwif method so also no ->set_pio_mode method) However if there is no ->set_pio_mode method there are no changes in behavior w.r.t. PIO tuning so always set drive->autotune in ide_pci_setup_ports(). Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed