Proposed 6.2 em RELEASE patch

Jack Vogel jfvogel at gmail.com
Thu Nov 9 22:20:28 UTC 2006


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 at 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.
>
>


More information about the freebsd-stable mailing list