atapi_send_cdb(9)
NAME
atapi_send_cdb - Write CDB bytes to hardware
SYNOPSIS
void atapi_send_cdb(struct ata_port * ap, struct ata_queued_cmd * qc);
ARGUMENTS
- ap
- Port to which ATAPI device is attached.
- qc
- Taskfile currently active
DESCRIPTION
- When device has indicated its readiness to accept a CDB,
- this function is called. Send the CDB.
LOCKING
caller.
AUTHOR
- Jeff Garzik
- Author.