.\" 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 "ATAPI_CDB_SEND" "" "06 October 2005" "" "" .SH NAME atapi_cdb_send \- Write CDB bytes to hardware .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void atapi_cdb_send (struct ata_port * \fIap\fB); \fR .SH "ARGUMENTS" .TP \fB\fIap\fB\fR Port to which ATAPI device is attached. .SH "DESCRIPTION" .PP When device has indicated its readiness to accept a CDB, this function is called. Send the CDB. If DMA is to be performed, exit immediately. Otherwise, we are in polling mode, so poll status under operation succeeds or fails. .SH "LOCKING" .PP Kernel thread context (may sleep)