[PATCH 6/9] ide: remove 'handler' field from ide_task_t

2007-11-02 Thread Bartlomiej Zolnierkiewicz
* Add IDE_TFLAG_CUSTOM_HANDLER taskfile flag and use it for internal requests which require custom handlers. Check the flag in do_rw_taskfile() and set handler accordingly. * Cleanup ide_init_{specify,restore,setmult}_cmd() and rename it to ide_tf_set_{specify,restore,setmult}_cmd(). * Ma

Re: [PATCH 6/9] ide: remove 'handler' field from ide_task_t

2007-11-03 Thread Bartlomiej Zolnierkiewicz
On Friday 02 November 2007, Bartlomiej Zolnierkiewicz wrote: > > * Add IDE_TFLAG_CUSTOM_HANDLER taskfile flag and use it for internal requests > which require custom handlers. Check the flag in do_rw_taskfile() and set > handler accordingly. > > * Cleanup ide_init_{specify,restore,setmult}_c

Re: [PATCH 6/9] ide: remove 'handler' field from ide_task_t

2007-11-29 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Add IDE_TFLAG_CUSTOM_HANDLER taskfile flag and use it for internal requests which require custom handlers. Check the flag in do_rw_taskfile() and set handler accordingly. * Cleanup ide_init_{specify,restore,setmult}_cmd() and rename it to ide_tf_set_{spe