svn commit: r254963 - head/sys/net

Navdeep Parhar np at FreeBSD.org
Tue Aug 27 17:06:59 UTC 2013


Garrett had posted some patches to get OFED to build as modules.

http://lists.freebsd.org/pipermail/freebsd-questions/2013-June/251521.html

After these changes (r254823, r254963) and with the patches above, is it
possible to build the kernel parts of OFED as modules that would work
with GENERIC?

Regards,
Navdeep

On 08/27/13 09:45, Alfred Perlstein wrote:
> Author: alfred
> Date: Tue Aug 27 16:45:00 2013
> New Revision: 254963
> URL: http://svnweb.freebsd.org/changeset/base/254963
> 
> Log:
>   Remove include opt_ofed.h since OFED is unifdef'd.
>   
>   Pointed out by: glebius
> 
> Modified:
>   head/sys/net/if_llatbl.h
> 
> Modified: head/sys/net/if_llatbl.h
> ==============================================================================
> --- head/sys/net/if_llatbl.h	Tue Aug 27 16:30:50 2013	(r254962)
> +++ head/sys/net/if_llatbl.h	Tue Aug 27 16:45:00 2013	(r254963)
> @@ -30,8 +30,6 @@ __FBSDID("$FreeBSD$");
>  #ifndef	_NET_IF_LLATBL_H_
>  #define	_NET_IF_LLATBL_H_
>  
> -#include "opt_ofed.h"
> -
>  #include <sys/_rwlock.h>
>  #include <netinet/in.h>
>  
> 



More information about the svn-src-all mailing list