From owner-freebsd-isdn Mon Jun 4 10:28:16 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from basket.ball.reliam.net (basket.ball.reliam.net [213.91.6.7]) by hub.freebsd.org (Postfix) with ESMTP id F397437B401 for ; Mon, 4 Jun 2001 10:28:03 -0700 (PDT) (envelope-from burna@uni.de) Received: from base.ball.reliam.net (base.ball.reliam.net [213.91.6.5]) by basket.ball.reliam.net (Postfix) with ESMTP id D50952E812 for ; Mon, 4 Jun 2001 19:28:02 +0200 (CEST) Received: by base.ball.reliam.net (Postfix, from userid 110) id 968C49911F; Mon, 4 Jun 2001 19:28:02 +0200 (CEST) Received: from 62.158.205.130 ( burna@uni.de ) by mail.uni.de (sqwebmail); Mon, 4 Jun 2001 17:28:02 +0000 (UTC) From: "Florian Fuchs" To: freebsd-isdn@freebsd.org Subject: kernel compile error on 5.0-current Date: Mon, 04 Jun 2001 17:28:02 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20010604172802.968C49911F@base.ball.reliam.net> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I get the following errors when I try to compile the kernel with i4b: I'm using 5.0-CURRENT linking kernel i4b_trace.o: In function `get_trace_data_from_l1': i4b_trace.o(.text+0x17d): undefined reference to `IF_QFULL' i4b_rbch.o: In function `i4brbchwrite': i4b_rbch.o(.text+0x5ab): undefined reference to `IF_QFULL' i4b_rbch.o(.text+0x76e): undefined reference to `IF_QFULL' i4b_rbch.o(.text+0x819): undefined reference to `IF_QFULL' i4b_rbch.o: In function `i4brbchpoll': i4b_rbch.o(.text+0xcc1): undefined reference to `IF_QFULL' i4b_rbch.o(.text+0xfc9): more undefined references to `IF_QFULL' follow i4b_ipr.o: In function `i4biproutput': i4b_ipr.o(.text+0x331): undefined reference to `IF_DROP' i4b_ipr.o: In function `ipr_rx_data_rdy': i4b_ipr.o(.text+0xdd1): undefined reference to `IF_QFULL' i4b_ipr.o(.text+0xe01): undefined reference to `IF_DROP' i4b_ipr.o: In function `ipr_tx_queue_empty': i4b_ipr.o(.text+0x12d3): undefined reference to `IF_QFULL' *** Error code 1 My ISDN kernel config: device ifpi device"i4bq921" device"i4bq931" device"i4b" device"i4btrc"4 device"i4bctl" device"i4brbch"4 device"i4bipr"4 options IPR_VJ device"i4bcapi" I have a AVM Fritz PCI. hopefully, Florian Fuchs :) PS: Sorry that my first post in this list is a question :) btw, I saw a question like this here before, but with no answer.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message