Bartlomiej Zolnierkiewicz 85ad93ad56 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 <bzolnier@gmail.com>
2007-10-19 00:30:12 +02:00
..
2007-10-17 08:42:52 -07:00
2007-08-22 19:52:46 -07:00
2007-10-16 09:43:09 -07:00
2007-10-17 08:42:49 -07:00
2007-10-16 19:04:49 -07:00
2007-10-17 22:51:13 +02:00
2007-07-31 15:39:37 -07:00
2007-10-17 08:42:52 -07:00
2007-10-17 08:42:52 -07:00
2007-10-16 09:43:10 -07:00
2007-10-14 08:53:33 -07:00
2007-10-17 08:42:57 -07:00
2007-10-17 08:43:07 -07:00
2007-07-26 11:35:17 -07:00
2007-10-16 09:43:09 -07:00
2007-10-16 09:43:09 -07:00