Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-10 | ide: Remove ide_spin_wait_hwgroup() and use special requests instead | Elias Oltmanns | |
Use a special request for serialisation purposes and get rid of the awkward ide_spin_wait_hwgroup(). This also involves converting the ide_devset structure so it can be shared by the /proc and the ioctl code. Signed-off-by: Elias Oltmanns <eo@nebensachen.de> [bart: use rq->cmd[] directly] Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | |||
2008-10-10 | ide: move ioctls handling to ide-ioctls.c | Bartlomiej Zolnierkiewicz | |
* Move ioctls handling to ide-ioctls.c (except HDIO_DRIVE_TASKFILE for now). * Make ide_{cmd,task}() static. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> |