Displaying 1 result from an estimated 1 matches for "dboot_comconsole_speed".
Did you mean:
boot_comconsole_speed
2003 May 14
0
kernel conf not applied to modules?
...if_em.ko is not being compiled with the DEVICE_POLLING
configuration
It looks like "-include opt_global.h" is not being applied when compiling
the module.
Kernel compilation of if_em.c:
cc -c -O2 -pipe -malign-loops=4 -malign-jumps=4 -malign-functions=4
-mcpu=i686 -march=i686 -fno-gcse -DBOOT_COMCONSOLE_SPEED=115200 -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc
-I- -I. -I/d2/ddolson/src/sys -I/d2/ddolson/src/sys/../include
-I/d2/ddolson/src/sys/contrib/ipfilter -D_KERNEL -include opt_globa...