From owner-freebsd-current@FreeBSD.ORG Sun Apr 4 09:38:39 2004 Return-Path: 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 8B4F116A4CE for ; Sun, 4 Apr 2004 09:38:39 -0700 (PDT) Received: from salvador.pacific.net.sg (salvador.pacific.net.sg [203.120.90.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 775E343D1F for ; Sun, 4 Apr 2004 09:38:38 -0700 (PDT) (envelope-from oceanare@pacific.net.sg) Received: (qmail 22451 invoked from network); 4 Apr 2004 16:38:37 -0000 Received: from unknown (HELO maxwell2.pacific.net.sg) (203.120.90.192) by salvador with SMTP; 4 Apr 2004 16:38:36 -0000 Received: from pacific.net.sg ([210.24.202.50]) by maxwell2.pacific.net.sg with ESMTP id <20040404163836.UWBY1277.maxwell2.pacific.net.sg@pacific.net.sg> for ; Mon, 5 Apr 2004 00:38:36 +0800 Message-ID: <40703A02.20007@pacific.net.sg> Date: Mon, 05 Apr 2004 00:38:26 +0800 From: Erich Dollansky Organization: oceanare pte ltd User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040404 X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: make fails compiling SCSI support on CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 04 Apr 2004 16:38:39 -0000 Hi, I just upgraded my sources from 5.2 RELEASE to CURRENT via CVSup. make stops after getting these error messages: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror ../../../dev/aic7xxx/aic79xx.c ../../../dev/aic7xxx/aic79xx.c: In function `ahd_flush_qoutfifo': ../../../dev/aic7xxx/aic79xx.c:454: error: `COMPLETE_DMA_SCB_TAIL' undeclared (first use in this function) ../../../dev/aic7xxx/aic79xx.c:454: error: (Each undeclared identifier is reported only once ../../../dev/aic7xxx/aic79xx.c:454: error: for each function it appears in.) ../../../dev/aic7xxx/aic79xx.c:531: error: `COMPLETE_ON_QFREEZE_HEAD' undeclared (first use in this function) ../../../dev/aic7xxx/aic79xx.c: In function `ahd_chip_init': ../../../dev/aic7xxx/aic79xx.c:6680: error: `COMPLETE_DMA_SCB_TAIL' undeclared (first use in this function) ../../../dev/aic7xxx/aic79xx.c:6681: error: `COMPLETE_ON_QFREEZE_HEAD' undeclared (first use in this function) ../../../dev/aic7xxx/aic79xx.c:6688: error: `KERNEL_QFREEZE_COUNT' undeclared (first use in this function) ../../../dev/aic7xxx/aic79xx.c: In function `ahd_pause_and_flushwork': ../../../dev/aic7xxx/aic79xx.c:7058: error: `KERNEL_QFREEZE_COUNT' undeclared (first use in this function) ../../../dev/aic7xxx/aic79xx.c: In function `ahd_handle_scsi_status': ../../../dev/aic7xxx/aic79xx.c:8067: error: `KERNEL_QFREEZE_COUNT' undeclared (first use in this function) ../../../dev/aic7xxx/aic79xx.c: In function `ahd_dump_card_state': ../../../dev/aic7xxx/aic79xx.c:8989: error: `COMPLETE_ON_QFREEZE_HEAD' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/i386/compile/ATHLONS. Has somebody an idea where I could start to fix it? Thanks! Erich