.\" 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 "TRY_TO_FLUSH_LEFTOVER_DATA" "" "06 October 2005" "" ""
.SH NAME
try_to_flush_leftover_data \- flush junk
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void try_to_flush_leftover_data (ide_drive_t * \fIdrive\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdrive\fB\fR
drive to flush
.SH "DESCRIPTION"
.PP
\fBtry_to_flush_leftover_data\fR is invoked in response to a drive
unexpectedly having its DRQ_STAT bit set. As an alternative to
resetting the drive, this routine tries to clear the condition
by read a sector's worth of data from the drive. Of course,
this may not help if the drive is *waiting* for data from *us*.