]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 233040,233198,233870,234183:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Aug 2012 19:37:02 +0000 (19:37 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Aug 2012 19:37:02 +0000 (19:37 +0000)
commitca821002fe3ae2bd250d80310d39a87825aaa6c1
tree10d266ee3f1461c1b1ccf92fa1a32a9abbcd815a
parentd4808f5315c6d70cd6b3da72b962c05aa03a34f3
MFC 233040,233198,233870,234183:
Add OFED and the associated options and drivers to x86 LINT builds:
- Fix build with INET6 disabled.
- Fix build of OFED bits with debugging options enabled.
- Fix build on i386.
- Mark 'sdp' as requiring 'inet'.
- Always include "opt_inet.h" and "opt_inet6.h" and modify the IB
  driver Makefiles to honor WITH/WITHOUT_INET/INET6/_SUPPORT options
  to determine what should be enabled during a module build.
- Fix the mlxen(4) driver and the core IB code to compile without
  if INET is disabled (including when both INET and INET6 are disabled).

git-svn-id: svn://svn.freebsd.org/base/stable/9@239748 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
19 files changed:
sys/amd64/conf/NOTES
sys/conf/files
sys/i386/conf/NOTES
sys/modules/mlx4/Makefile
sys/modules/mlx4ib/Makefile
sys/modules/mlxen/Makefile
sys/modules/mthca/Makefile
sys/ofed/drivers/infiniband/core/addr.c
sys/ofed/drivers/infiniband/core/cma.c
sys/ofed/drivers/infiniband/core/fmr_pool.c
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
sys/ofed/drivers/net/mlx4/en_frag.c
sys/ofed/drivers/net/mlx4/en_rx.c
sys/ofed/include/linux/in.h
sys/ofed/include/linux/in6.h
sys/ofed/include/net/ip.h
sys/ofed/include/net/ipv6.h