[ofw] ibbus filter driver patch 7/18 - bus_port_mgr.h

Smith, Stan stan.smith at intel.com
Mon Aug 18 14:43:59 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_port_mgr.h kernel/bus_port_mgr.h
--- kernel-svn/bus_port_mgr.h   2008-07-08 12:01:36.000000000 -0700
+++ kernel/bus_port_mgr.h       2008-08-04 08:55:11.721358600 -0700
@@ -27,7 +27,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  *
- * $Id: bus_port_mgr.h 1307 2008-06-29 16:45:16Z leonidk $
+ * $Id: bus_port_mgr.h 1453 2008-08-02 00:43:15Z stansmith $
  */


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

        /* Mutex protects both pointer vectors. */
        cl_mutex_t                                      pdo_mutex;
@@ -54,8 +53,11 @@
 }      port_mgr_t;


+struct _bus_filter_instance;
+
 ib_api_status_t
 create_port_mgr(
+       IN                              struct _bus_filter_instance     *p_bfi,
                OUT                     port_mgr_t** const                      pp_port_mgr );


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


More information about the ofw mailing list