Re: [PATCH 9/9] ide-disk: use do_rw_taskfile()

2007-12-07 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Add IDE_TFLAG_DMA_PIO_FALLBACK taskfile flag to indicate the need to skip loading taskfile registers in do_rw_taskfile(). Hm, wouldn't it be better to call this flag IDE_TFLAG_SKIP_LOADING_TF then? * Export do_rw_taskfile(). * Convert

[PATCH 9/9] ide-disk: use do_rw_taskfile()

2007-11-02 Thread Bartlomiej Zolnierkiewicz
* Add IDE_TFLAG_DMA_PIO_FALLBACK taskfile flag to indicate the need to skip loading taskfile registers in do_rw_taskfile(). * Export do_rw_taskfile(). * Convert __ide_do_rw_disk() to use do_rw_taskfile(). * Unexport ide_tf_load(). * Unexport {pre_task_out,task_in}_intr() and make it static.