Re: [PATCH 2.6.11-rc2 05/09] ide: map ide_task_ioctl() to ide_taskfile_ioctl()

2005-02-06 Thread Tejun Heo
Bartlomiej Zolnierkiewicz wrote: On Sat, 5 Feb 2005 11:15:56 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: - int err = 0; - u8 args[7], *argbuf = args; - int argsize = 7; + u8 args[7]; + ide_task_t task; + task_ioreg_t *regs = task.tfRegister; u8 *regs ple

Re: [PATCH 2.6.11-rc2 05/09] ide: map ide_task_ioctl() to ide_taskfile_ioctl()

2005-02-06 Thread Bartlomiej Zolnierkiewicz
On Sat, 5 Feb 2005 11:15:56 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > - int err = 0; > - u8 args[7], *argbuf = args; > - int argsize = 7; > + u8 args[7]; > + ide_task_t task; > + task_ioreg_t *regs = task.tfRegister; u8 *regs please > + int re

Re: [PATCH 2.6.11-rc2 05/09] ide: map ide_task_ioctl() to ide_taskfile_ioctl()

2005-02-05 Thread Tejun Heo
05_ide_taskfile_task_ioctl.patch ide_task_ioctl() modified to map to ide_taskfile_ioctl(). This is the last user of REQ_DRIVE_TASK. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Index: linux-ide-series2-export/drivers/ide/ide-taskfile.c =