svn commit: r185943 - projects/arpv2_merge_1/sys/modules/cxgb

Kip Macy kmacy at FreeBSD.org
Thu Dec 11 14:20:37 PST 2008


Author: kmacy
Date: Thu Dec 11 22:20:36 2008
New Revision: 185943
URL: http://svn.freebsd.org/changeset/base/185943

Log:
  L2 handling needs to be re-written - disable TOE for the moment

Modified:
  projects/arpv2_merge_1/sys/modules/cxgb/Makefile

Modified: projects/arpv2_merge_1/sys/modules/cxgb/Makefile
==============================================================================
--- projects/arpv2_merge_1/sys/modules/cxgb/Makefile	Thu Dec 11 21:44:02 2008	(r185942)
+++ projects/arpv2_merge_1/sys/modules/cxgb/Makefile	Thu Dec 11 22:20:36 2008	(r185943)
@@ -25,7 +25,7 @@ _toe_header = ${_sysdir}/netinet/toedev.
 
 .if exists(${_toe_header})
 _toecore = toecore
-_tom = tom
+#_tom = tom
 .endif
 
 .if ${MACHINE_ARCH} == "i386" && exists(${_toe_header})


More information about the svn-src-projects mailing list