.\" 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 "AAC_QUEUECOMMAND" "9" "09 October 2005" "" ""
.SH NAME
aac_queuecommand \- queue a SCSI command
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int aac_queuecommand (struct scsi_cmnd * \fIcmd\fB, void (*\fIdone\fB)
struct scsi_cmnd *);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcmd\fB\fR
SCSI command to queue
.TP
\fB\fIdone\fB\fR
Function to call on command completion
.SH "DESCRIPTION"
.PP
Queues a command for execution by the associated Host Adapter.
.SH "TODO"
.PP
unify with \fBaac_scsi_cmd\fR\&.