.\" 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" "9" "09 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. .PP All drivers should request sense information internally these days, so for now all I have to say is tough noogies if you end up in here. .SH "XXX" .PP Long term this code should go away, but that needs an audit of all LLDDs first.