From fcd31ae7a333974dc62208d1ba5ee8bce54502c6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 20 Jan 2011 15:56:03 +0000 Subject: MF8 r217553: The cxgb module wasn't being built. Now it is built on all !arm and !mips builds. It always built in a kernel config file. Approved by: re (bz) --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b67cd5991969..967253e35292 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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) -- cgit v1.3