Re: [PATCH] ide: add ide_set{_max}_pio() (take 2)

2007-07-04 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: reporting PIO mode selected from -tuneproc implementations. * Rename -tuneproc hook to -set_pio_mode Well, tuneproc() went with speedproc() rather well. :-) -set_pio_mode goes better with -set_dma_mode ;-) Ah, good to know where we're moving...

Re: [PATCH] ide: add ide_set{_max}_pio() (take 2)

2007-07-04 Thread Bartlomiej Zolnierkiewicz
On Wednesday 04 July 2007, Sergei Shtylyov wrote: Bartlomiej Zolnierkiewicz wrote: reporting PIO mode selected from -tuneproc implementations. * Rename -tuneproc hook to -set_pio_mode Well, tuneproc() went with speedproc() rather well. :-) -set_pio_mode goes better with

Re: [PATCH] ide: add ide_set{_max}_pio() (take 2)

2007-07-03 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Add IDE_HFLAG_ABUSE_{PREFETCH,FAST_DEVSEL,DMA_MODES} flags and set them in ht6560, cmd640, cmd64x and sc1200 host drivers. * Add set_pio_mode_abuse() for checking if host driver has a non-standard -tuneproc() implementation and use it in do_special().

Re: [PATCH] ide: add ide_set{_max}_pio() (take 2)

2007-06-30 Thread Jeff Garzik
Bartlomiej Zolnierkiewicz wrote: * Add IDE_HFLAG_ABUSE_{PREFETCH,FAST_DEVSEL,DMA_MODES} flags and set them in ht6560, cmd640, cmd64x and sc1200 host drivers. * Add set_pio_mode_abuse() for checking if host driver has a non-standard -tuneproc() implementation and use it in do_special(). *

Re: [PATCH] ide: add ide_set{_max}_pio() (take 2)

2007-06-30 Thread Alan Cox
* Fix ata_ prefix (Noticed by Jeff). Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] Thanks Bart! Ditto - its really very helpful to tell people ata_ in the trace mail Jeff (or me), ide_ mail Bart 8) - To unsubscribe from this list: send

Re: [PATCH] ide: add ide_set{_max}_pio() (take 2)

2007-06-30 Thread Bartlomiej Zolnierkiewicz
On Sunday 01 July 2007, Jeff Garzik wrote: Bartlomiej Zolnierkiewicz wrote: * Add IDE_HFLAG_ABUSE_{PREFETCH,FAST_DEVSEL,DMA_MODES} flags and set them in ht6560, cmd640, cmd64x and sc1200 host drivers. * Add set_pio_mode_abuse() for checking if host driver has a non-standard

Re: [PATCH] ide: add ide_set{_max}_pio() (take 2)

2007-06-30 Thread Bartlomiej Zolnierkiewicz
On Sunday 01 July 2007, Alan Cox wrote: * Fix ata_ prefix (Noticed by Jeff). Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] Thanks Bart! Ditto - its really very helpful to tell people ata_ in the trace mail Jeff (or me), ide_ mail