From owner-freebsd-stable@FreeBSD.ORG Thu Nov 9 22:20:28 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C007216A417 for ; Thu, 9 Nov 2006 22:20:28 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE67243D6B for ; Thu, 9 Nov 2006 22:20:16 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so159196pyh for ; Thu, 09 Nov 2006 14:19:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a2YvCPkOYSfO7wHPhOGSD2TTyBLtzgpx5Xhohg3ZOc0809k9kOmpHs8SEWJvL6UWWJcwq/9PPWWBFect2k+o5CKhyzlsVZG8GBLg480YrfqwND4JKkwOs7Szta1xIGmUw5REMTiqedeMgcG0h7f9idBTLSGh7KueGwc25Hf1+Rs= Received: by 10.35.50.1 with SMTP id c1mr1876557pyk.1163110397170; Thu, 09 Nov 2006 14:13:17 -0800 (PST) Received: by 10.35.118.6 with HTTP; Thu, 9 Nov 2006 14:13:16 -0800 (PST) Message-ID: <2a41acea0611091413x5e06e0cdie0c490628e599444@mail.gmail.com> Date: Thu, 9 Nov 2006 14:13:16 -0800 From: "Jack Vogel" To: "Mike Tancsa" In-Reply-To: <200611092142.kA9Lg2o2020411@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0611081719h31be096eu614d2f2325aff511@mail.gmail.com> <200611092142.kA9Lg2o2020411@lava.sentex.ca> Cc: freebsd-net , freebsd-stable@freebsd.org Subject: Re: Proposed 6.2 em RELEASE patch X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 22:20:28 -0000 Yes, they are incompatible, I suppose there should be something that makes it impossible to do, but not building should be a clue :) Jack On 11/9/06, Mike Tancsa wrote: > At 08:19 PM 11/8/2006, Jack Vogel wrote: > > >BUT, I've added the FAST_INTR changes back into the code, so > >if you go into your Makefile and add -DEM_FAST_INTR you will > >then get the taskqueue stuff. > > Not sure why you would want FAST_INTR and polling in at the same > time, but I found that the two are mutually exclusive > > cd > /usr/obj/usr/src/sys/pioneer; MAKEOBJDIRPREFIX=/usr/obj > MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= > GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin > GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font > GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac > _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh > /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > make KERNEL=kernel all -DNO_MODULES_OBJ > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -fno-common -finline-limit=8000 --param > inline-unit-growth=100 --param > large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror /usr/src/sys/dev/em/if_em.c > /usr/src/sys/dev/em/if_em.c: In function `em_ioctl': > /usr/src/sys/dev/em/if_em.c:931: error: `em_poll' undeclared (first > use in this function) > /usr/src/sys/dev/em/if_em.c:931: error: (Each undeclared identifier > is reported only once > /usr/src/sys/dev/em/if_em.c:931: error: for each function it appears in.) > /usr/src/sys/dev/em/if_em.c: At top level: > /usr/src/sys/dev/em/if_em.c:1164: warning: 'em_poll' defined but not used > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/pioneer. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > >