svn commit: r279411 - head/sys/dev/sfxge

Garrett Cooper ngie at FreeBSD.org
Sat Feb 28 21:50:05 UTC 2015


Author: ngie
Date: Sat Feb 28 21:50:04 2015
New Revision: 279411
URL: https://svnweb.freebsd.org/changeset/base/279411

Log:
  Unbreak 'make depend' with sfxge by removing debugging code activated in the
  INET || INET6 case
  
  X-MFC with: r279398
  Pointyhat to: arybchik

Modified:
  head/sys/dev/sfxge/sfxge_rx.h

Modified: head/sys/dev/sfxge/sfxge_rx.h
==============================================================================
--- head/sys/dev/sfxge/sfxge_rx.h	Sat Feb 28 21:49:59 2015	(r279410)
+++ head/sys/dev/sfxge/sfxge_rx.h	Sat Feb 28 21:50:04 2015	(r279411)
@@ -36,7 +36,6 @@
 #include "opt_inet6.h"
 
 #if defined(INET) || defined(INET6)
-#error LRO
 #define	SFXGE_LRO	1
 #endif
 


More information about the svn-src-head mailing list