svn commit: r217553 - stable/8/sys/modules

Warner Losh imp at FreeBSD.org
Tue Jan 18 20:26:41 UTC 2011


Author: imp
Date: Tue Jan 18 20:26:40 2011
New Revision: 217553
URL: http://svn.freebsd.org/changeset/base/217553

Log:
  Fix mismerge.  The missing _cxgb=cxgb assignment was causing cxgb to
  not be built at all, rather than causing it to not be built on just
  arm and mips.
  
  # The merge info looks correct, so this looks like a direct commit.

Modified:
  stable/8/sys/modules/Makefile

Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile	Tue Jan 18 19:36:04 2011	(r217552)
+++ stable/8/sys/modules/Makefile	Tue Jan 18 20:26:40 2011	(r217553)
@@ -339,6 +339,8 @@ _siba_bwn=	siba_bwn
 _sym=		sym
 # no uart_cpu_$MACHINE_ARCH
 _uart=		uart
+# disable_intr() interferes
+_cxgb=		cxgb
 .endif
 
 .if ${MK_CRYPT} != "no" || defined(ALL_MODULES)


More information about the svn-src-all mailing list