.\" 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_DRIVE_CMD" "9" "09 October 2005" "" ""
.SH NAME
ide_end_drive_cmd \- end an explicit drive command
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ide_end_drive_cmd (ide_drive_t * \fIdrive\fB, u8 \fIstat\fB, u8 \fIerr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdrive\fB\fR
command
.TP
\fB\fIstat\fB\fR
status bits
.TP
\fB\fIerr\fB\fR
error bits
.SH "DESCRIPTION"
.PP
Clean up after success/failure of an explicit drive command.
These get thrown onto the queue so they are synchronized with
real I/O operations on the drive.
.PP
In LBA48 mode we have to read the register set twice to get
all the extra information out.