.\" 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_CMD" "" "06 October 2005" "" "" .SH NAME ide_cmd \- issue a simple drive command .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ide_cmd (ide_drive_t * \fIdrive\fB, u8 \fIcmd\fB, u8 \fInsect\fB, ide_handler_t * \fIhandler\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdrive\fB\fR drive the command is for .TP \fB\fIcmd\fB\fR command byte .TP \fB\fInsect\fB\fR sector byte .TP \fB\fIhandler\fB\fR handler for the command completion .SH "DESCRIPTION" .PP Issue a simple drive command with interrupts. The drive must be selected beforehand.