Re: [PATCH 3/6] siimage: PIO mode setup fixes

2007-07-04 Thread Bartlomiej Zolnierkiewicz
On Wednesday 04 July 2007, Sergei Shtylyov wrote: Hello. Bartlomiej Zolnierkiewicz wrote: A lot to argue about here... * Add sil_tuneproc() wrapper for siimage_tuneproc() which also sets PIO mode on the device. Planning on the global prefix change? :-) Yep. Well,

Re: [PATCH 3/6] siimage: PIO mode setup fixes

2007-07-04 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Add sil_tuneproc() wrapper for siimage_tuneproc() which also sets PIO mode on the device. Planning on the global prefix change? :-) Yep. Well, it didn't work out with 'ata_'... ;-) Because of bad libata taking over our preciouss

Re: [PATCH 3/6] siimage: PIO mode setup fixes

2007-06-29 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday 26 June 2007, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: A lot to argue about here... * Add sil_tuneproc() wrapper for siimage_tuneproc() which also sets PIO mode on the device. Planning on the global prefix change? :-) Yep. * Add code

Re: [PATCH 3/6] siimage: PIO mode setup fixes

2007-06-26 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: A lot to argue about here... * Add sil_tuneproc() wrapper for siimage_tuneproc() which also sets PIO mode on the device. Planning on the global prefix change? :-) * Add code limiting maximum PIO mode according to the pair device capabilities to

[PATCH 3/6] siimage: PIO mode setup fixes

2007-06-23 Thread Bartlomiej Zolnierkiewicz
* Add sil_tuneproc() wrapper for siimage_tuneproc() which also sets PIO mode on the device. * Add missing ide_get_best_pio_mode() call to sil_tuneproc() so pio == 255 (autotune) is handled correctly (previously PIO0 was used) and pio values 4 255 are filtered to PIO4 (instead of PIO0).