1. NAME

ata_scsi_dump_cdb - dump SCSI command contents to dmesg

2. SYNOPSIS

void ata_scsi_dump_cdb(struct ata_port *  ap , struct scsi_cmnd *  cmd );

3. ARGUMENTS

ap
    ATA port to which the command was being sent

cmd
    SCSI command to dump

4. DESCRIPTION

Prints the contents of a SCSI command via printk.

5. AUTHOR

Jeff Garzik
    Author.

6. COPYRIGHT