Date: Wed, 13 Sep 2017 17:49:23 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323556 - in head/sys: dev/cxgb/ulp modules/cxgb modules/cxgb/iw_cxgb modules/cxgb/tom Message-ID: <201709131749.v8DHnNg0039924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: np Date: Wed Sep 13 17:49:23 2017 New Revision: 323556 URL: https://svnweb.freebsd.org/changeset/base/323556 Log: Retire the T3 iWARP and TOE drivers. This saves catch-up work when OFED or other kernel infrastructure changes. Note that this doesn't affect the base cxgb(4) NIC driver for T3 at all. MFC after: No MFC. Sponsored by: Chelsio Communications Deleted: head/sys/dev/cxgb/ulp/ head/sys/modules/cxgb/iw_cxgb/ head/sys/modules/cxgb/tom/ Modified: head/sys/modules/cxgb/Makefile Modified: head/sys/modules/cxgb/Makefile ============================================================================== --- head/sys/modules/cxgb/Makefile Wed Sep 13 17:43:18 2017 (r323555) +++ head/sys/modules/cxgb/Makefile Wed Sep 13 17:49:23 2017 (r323556) @@ -5,14 +5,5 @@ SYSDIR?=${SRCTOP}/sys SUBDIR= cxgb SUBDIR+= cxgb_t3fw -SUBDIR+= ${_tom} -SUBDIR+= ${_iw_cxgb} - -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" -_tom= tom -.if ${MK_OFED} != "no" || defined(ALL_MODULES) -_iw_cxgb= iw_cxgb -.endif -.endif .include <bsd.subdir.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709131749.v8DHnNg0039924>