.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IDE_END_REQUEST" "9" "09 October 2005" "" "" .SH NAME ide_end_request \- complete an IDE I/O .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int ide_end_request (ide_drive_t * \fIdrive\fB, int \fIuptodate\fB, int \fInr_sectors\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdrive\fB\fR IDE device for the I/O .TP \fB\fIuptodate\fB\fR -- undescribed -- .TP \fB\fInr_sectors\fB\fR number of sectors completed .SH "DESCRIPTION" .PP This is our end_request wrapper function. We complete the I/O update random number input and dequeue the request, which if it was tagged may be out of order.