From owner-freebsd-current@FreeBSD.ORG Fri Oct 13 01:57:38 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D19AA16A40F for ; Fri, 13 Oct 2006 01:57:38 +0000 (UTC) (envelope-from fulanpeng@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A03D43D58 for ; Fri, 13 Oct 2006 01:57:38 +0000 (GMT) (envelope-from fulanpeng@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so346265nzn for ; Thu, 12 Oct 2006 18:57:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FXS0/fE3F4VNh3ntLlFH68uPAOslUk2/3wfMJCDC8hR9KciJR455Q4cxVRBAGB79q6GkW7epM2Y0e1XIprhfiV7540eiPWaRO+0ZStiRgJ3HZVAu9L/W1q2ekiG1gP2bY48G3mefUb0x4h4V/uuleoNAD9L8lUm7I/ZAPAWi43U= Received: by 10.65.251.1 with SMTP id d1mr3878350qbs; Thu, 12 Oct 2006 18:57:37 -0700 (PDT) Received: by 10.64.241.6 with HTTP; Thu, 12 Oct 2006 18:57:37 -0700 (PDT) Message-ID: Date: Thu, 12 Oct 2006 21:57:37 -0400 From: "fulan Peng" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 7.0-CURRENT AMD64 make panic on Tyan K8WE S2877 2xOpteron 246/6G/SATA X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 01:57:38 -0000 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