[ofw] ibbus filter driver patch 4/18 - bus_iou_mgr.h

Smith, Stan stan.smith at intel.com
Mon Aug 18 14:43:34 PDT 2008


Signed-off by: Stan Smith (stan.smith at intel.com)

Having problems with Intel mailer, hence formatting of patch is incorrect, see attached patch file.

diff -Naur --exclude-from=./SKIP kernel-svn/bus_iou_mgr.h kernel/bus_iou_mgr.h
--- kernel-svn/bus_iou_mgr.h    2008-07-08 12:01:36.000000000 -0700
+++ kernel/bus_iou_mgr.h        2008-08-04 08:54:35.513526500 -0700
@@ -27,7 +27,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  *
- * $Id: bus_iou_mgr.h 1307 2008-06-29 16:45:16Z leonidk $
+ * $Id: bus_iou_mgr.h 1453 2008-08-02 00:43:15Z stansmith $
  */


@@ -43,7 +43,6 @@
 typedef struct _iou_mgr
 {
        cl_obj_t                                        obj;
-       ib_pnp_handle_t                         h_pnp;  /* Handle for iou PnP events */

        /* Mutex protects both pointer vectors. */
        cl_mutex_t                                      pdo_mutex;
@@ -54,9 +53,12 @@
 }      iou_mgr_t;


+struct _bus_filter_instance;
+
 ib_api_status_t
 create_iou_mgr(
-               OUT                     iou_mgr_t** const                       pp_iou_mgr );
+               IN                      struct _bus_filter_instance*    p_bfi,
+               OUT                     iou_mgr_t** const                               pp_iou_mgr );


 NTSTATUS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bus_iou_mgr.h.pat
Type: application/octet-stream
Size: 922 bytes
Desc: bus_iou_mgr.h.pat
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080818/dd1e951e/attachment.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bus_iou_mgr.h
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080818/dd1e951e/attachment.h>


More information about the ofw mailing list