On: https://wiki.freebsd.org/InfiniBand
it indicates several options that are needed in your KERNCONF. Among them is: options OFED # Infiniband protocol stack and support (needed for FreeBSD 9.X only) To me, that reads as if it is not needed for Freebsd 10. However, if you try to build the kernel without including OFED, you will get many undefined reference to 'M_KMALLOC' among other things. Adding that option back, allows it to compile successfully (at least on 10.1-stable). So perhaps the note should read something more like: (needed for FreeBSD 9.X and above only) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
