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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to