Date: Thu, 9 Nov 2006 14:13:16 -0800 From: "Jack Vogel" <jfvogel@gmail.com> To: "Mike Tancsa" <mike@sentex.net> Cc: freebsd-net <freebsd-net@freebsd.org>, freebsd-stable@freebsd.org Subject: Re: Proposed 6.2 em RELEASE patch Message-ID: <2a41acea0611091413x5e06e0cdie0c490628e599444@mail.gmail.com> In-Reply-To: <200611092142.kA9Lg2o2020411@lava.sentex.ca> References: <2a41acea0611081719h31be096eu614d2f2325aff511@mail.gmail.com> <200611092142.kA9Lg2o2020411@lava.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <mike@sentex.net> 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. > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2a41acea0611091413x5e06e0cdie0c490628e599444>