.\" 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_EH_GET_SENSE" "" "06 October 2005" "" ""
.SH NAME
scsi_eh_get_sense \- Get device sense data.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int scsi_eh_get_sense (struct list_head * \fIwork_q\fB, struct list_head * \fIdone_q\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIwork_q\fB\fR
Queue of commands to process.
.TP
\fB\fIdone_q\fB\fR
Queue of proccessed commands..
.SH "DESCRIPTION"
.PP
See if we need to request sense information. if so, then get it
now, so we have a better idea of what to do.
.SH "NOTES"
.PP
This has the unfortunate side effect that if a shost adapter does
not automatically request sense information, that we end up shutting
it down before we request it. All shosts should be doing this
anyways, so for now all I have to say is tough noogies if you end up
in here. On second thought, this is probably a good idea. We
*really* want to give authors an incentive to automatically request
this.
.PP
In 2.5 this capability will be going away.
.PP
Really? --hch