svn commit: r277302 - in head/sys: conf modules modules/ibcore modules/ipoib modules/linuxapi modules/mlx4 modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/i...

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jan 18 01:33:56 UTC 2015


> On 17 Jan 2015, at 16:36 , Hans Petter Selasky <hselasky at FreeBSD.org> wrote:
> 
> Author: hselasky
> Date: Sat Jan 17 16:36:39 2015
> New Revision: 277302
> URL: https://svnweb.freebsd.org/changeset/base/277302
> 
> Log:
>  Start importing the basic OFED linux compatibility layer changes made
>  by dumbbell@ to be able to compile this layer as a dependency module.
>  Clean up some Makefiles and remove the no longer used OFED define.

Build files, NOTES files, .. still referenced the “OFED” option.  I put it back in for now to unbreak LINT builds.  Please cleanup properly.  Can always put it into reviews and find someone to make sure you caught all places.

>  Currently only i386 and amd64 targets are supported.
> 
>  MFC after:		1 month
>  Sponsored by:		Mellanox Technologies
> 
> Added:
> ..
> Modified:
> ..
> head/sys/conf/options
> ..

> Modified: head/sys/conf/options
> ==============================================================================
> --- head/sys/conf/options	Sat Jan 17 15:19:18 2015	(r277301)
> +++ head/sys/conf/options	Sat Jan 17 16:36:39 2015	(r277302)
> @@ -85,6 +85,7 @@ COMPAT_FREEBSD6	opt_compat.h
> COMPAT_FREEBSD7	opt_compat.h
> COMPAT_FREEBSD9	opt_compat.h
> COMPAT_FREEBSD10	opt_compat.h
> +COMPAT_LINUXAPI	opt_compat.h

On another note: this sounds really strange to me.


> COMPILING_LINT	opt_global.h
> COMPRESS_USER_CORES opt_core.h
> CY_PCI_FASTINTR
> @@ -907,7 +908,6 @@ FDT		opt_platform.h
> FDT_DTB_STATIC	opt_platform.h
> 
> # OFED Infiniband stack
> -OFED		opt_ofed.h
> OFED_DEBUG_INIT	opt_ofed.h
> SDP		opt_ofed.h
> SDP_DEBUG	opt_ofed.h
> 

— 
Bjoern A. Zeeb                                  Charles Haddon Spurgeon:
"Friendship is one of the sweetest joys of life.  Many might have failed
 beneath the bitterness of their trial  had they not found a friend."



More information about the svn-src-all mailing list