.\" 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 "I2OB_SEND" "" "06 October 2005" "" "" .SH NAME i2ob_send \- Turn a request into a message and send it .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int i2ob_send (u32 \fIm\fB, struct i2ob_device * \fIdev\fB, struct i2ob_request * \fIireq\fB, int \fIunit\fB); \fR .SH "ARGUMENTS" .TP \fB\fIm\fB\fR Message offset .TP \fB\fIdev\fB\fR I2O device .TP \fB\fIireq\fB\fR Request structure .TP \fB\fIunit\fB\fR Device identity .SH "DESCRIPTION" .PP Generate an I2O BSAREAD request. This interface function is called for devices that appear to explode when they are fed indirect chain pointers (notably right now this appears to afflict Promise hardwre, so be careful what you feed the hardware .PP No cleanup is done by this interface. It is done on the interrupt side when the reply arrives