> On 18 Jan 2015, at 01:33 , Bjoern A. Zeeb <b...@freebsd.org> wrote: > > >> On 17 Jan 2015, at 16:36 , Hans Petter Selasky <hsela...@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. >
Ok, never mind: /home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_compat.c:49:10: fatal error: 'linux/kobject.h' file not found #include <linux/kobject.h> ^ 1 error generated. /home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_pci.c:47:10: fatal error: 'linux/kobject.h' file not found #include <linux/kobject.h> ^ 1 error generated. /home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_idr.c:40:10: fatal error: 'linux/bitops.h' file not found #include <linux/bitops.h> ^ 1 error generated. /home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_radix.c:36:10: fatal error: 'linux/slab.h' file not found #include <linux/slab.h> ^ 1 error generated. mkdep: compile failed --- .depend --- *** [.depend] Error code 1 >> 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." > > — 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." _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"