.\" 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 "SCSI_ERROR_HANDLER" "" "06 October 2005" "" ""
.SH NAME
scsi_error_handler \- Handle errors/timeouts of SCSI cmds.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int scsi_error_handler (void * \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
Host for which we are running.
.SH "NOTES"
.PP
This is always run in the context of a kernel thread. The idea is
that we start this thing up when the kernel starts up (one per host
that we detect), and it immediately goes to sleep and waits for some
event (i.e. failure). When this takes place, we have the job of
trying to unjam the bus and restarting things.