Troy> There is some sort of strange initializiation error going on here..

Yes, very strange.  Can you add

        printk(KERN_ERR "hca->node_type = %d\n", hca->node_type);

to the beginning of ipoib_add_port(), and

        printk(KERN_ERR "dev->ib_dev.node_type = %d\n", dev->ib_dev.node_type);

right before the call to ib_register_device() in
mthca_register_device() and send the output that you get when hotplug
loads ib_mthca vs. when you load ib_mthca by hand?

Thanks,
  Roland
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to