.\" 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_INIT_DRIVE_CMD" "" "06 October 2005" "" "" .SH NAME ide_init_drive_cmd \- initialize a drive command request .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ide_init_drive_cmd (struct request * \fIrq\fB); \fR .SH "ARGUMENTS" .TP \fB\fIrq\fB\fR request object .SH "DESCRIPTION" .PP Initialize a request before we fill it in and send it down to ide_do_drive_cmd. Commands must be set up by this function. Right now it doesn't do a lot, but if that changes abusers will have a nasty suprise.