.\" 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 "ATA_SCSI_DUMP_CDB" "9" "09 October 2005" "" ""
.SH NAME
ata_scsi_dump_cdb \- dump SCSI command contents to dmesg
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ata_scsi_dump_cdb (struct ata_port * \fIap\fB, struct scsi_cmnd * \fIcmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIap\fB\fR
ATA port to which the command was being sent
.TP
\fB\fIcmd\fB\fR
SCSI command to dump
.SH "DESCRIPTION"
.PP
Prints the contents of a SCSI command via \fBprintk\fR\&.