Date: Thu, 12 Oct 2006 21:57:37 -0400 From: "fulan Peng" <fulanpeng@gmail.com> To: freebsd-current@freebsd.org Subject: 7.0-CURRENT AMD64 make panic on Tyan K8WE S2877 2xOpteron 246/6G/SATA Message-ID: <bf0f1bc90610121857g5f3816bev1b1e1d41a53f32f3@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Oct 12,2006 cvsup source. I did not add anything to the GENERIC yet. The following is the error message. All I need is a ipfw add 100 fwd tcp from 127.0.0.1,80 to any 80 keep-state. The fwd rule won't work without IPFIREWALL_FORWARD options. .... cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror ../../../amd64/amd64/intr_machdep.c ../../../amd64/amd64/intr_machdep.c: In function `atpic_reset': ../../../amd64/amd64/intr_machdep.c:387: error: `IO_ICU1' undeclared (first use in this function) ../../../amd64/amd64/intr_machdep.c:387: error: (Each undeclared identifier is reported only once ../../../amd64/amd64/intr_machdep.c:387: error: for each function it appears in.) ../../../amd64/amd64/intr_machdep.c:388: error: `IDT_IO_INTS' undeclared (first use in this function) ../../../amd64/amd64/intr_machdep.c:394: error: `IO_ICU2' undeclared (first use in this function) *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bf0f1bc90610121857g5f3816bev1b1e1d41a53f32f3>