.\" 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_ABORT" "9" "09 October 2005" "" ""
.SH NAME
ide_abort \- abort pending IDE operatins
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ide_startstop_t ide_abort (ide_drive_t * \fIdrive\fB, const char * \fImsg\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdrive\fB\fR
drive the error occurred on
.TP
\fB\fImsg\fB\fR
message to report
.SH "DESCRIPTION"
.PP
ide_abort kills and cleans up when we are about to do a
host initiated reset on active commands. Longer term we
want handlers to have sensible abort handling themselves
.PP
This differs fundamentally from ide_error because in
this case the command is doing just fine when we
blow it away.