From owner-freebsd-questions Mon Nov 1 22:29:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 05C8F14E94 for ; Mon, 1 Nov 1999 22:29:33 -0800 (PST) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id HAA14028; Tue, 2 Nov 1999 07:29:31 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id HAA16499; Tue, 2 Nov 1999 07:29:31 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id HAA70112; Tue, 2 Nov 1999 07:29:31 +0100 (CET) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id GAA75866; Tue, 2 Nov 1999 06:29:31 GMT (envelope-from ust) Date: Tue, 2 Nov 1999 07:29:31 +0100 From: Udo Schweigert To: Stefan Aeschbacher Cc: freebsd-questions@FreeBSD.ORG Subject: Re: i4b kernel config Message-ID: <19991102072931.A75813@alaska.cert.siemens.de> References: <381DEBE1.5E301132@aeschbacher.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <381DEBE1.5E301132@aeschbacher.com>; from stefan@aeschbacher.com on Mon, Nov 01, 1999 at 07:37:06PM +0000 X-Operating-System: FreeBSD 3.3-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Nov 01, 1999 at 07:37:06PM +0000, Stefan Aeschbacher wrote: > Hi > I tried X hours to compile a kernel with support for i4b but I did not > succed. The version of i4b which is delivered with 3.3-stable does not > have the AVM_A1_PCI card support, so I made an overinstall with the > newest version. (as the INSTALLATION file says). Even though I get the > following config message: > > glamdring# /usr/sbin/config ISDNKERN01 > ISDNKERN01:254: unknown option "SPPP_VJ" > ISDNKERN01:217: unknown option "AVM_A1_PCI" > Unknown options used - it is VERY important that you do > make clean && make depend > before recompiling > Kernel build directory is ../../compile/ISDNKERN01 > > make depend works fine. Make gives the follwing output: > > . > . > . > loading kernel > i4b_isic_pci.o: In function `i4b_pci_attach': > i4b_isic_pci.o(.text+0x141): undefined reference to `avma1pp_map_int' > i4b_isic_pci.o: In function `isic_pciattach': > i4b_isic_pci.o(.text+0x196): undefined reference to > `isic_attach_avma1pp' > *** Error code 1 > > Stop. > > > thanks for any clues > Hello, apply the following patch and the kernel should compile. Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 41166 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- --- sys/i386/conf/files.i386.orig Fri May 21 07:33:58 1999 +++ sys/i386/conf/files.i386 Sat Jun 5 09:11:18 1999 @@ -304,7 +304,10 @@ i4b/layer1/i4b_tel_s0P.c optional isic device-driver i4b/layer1/i4b_ctx_s0P.c optional isic device-driver i4b/layer1/i4b_avm_a1.c optional isic device-driver +i4b/layer1/i4b_avm_fritz_pci.c optional isic device-driver i4b/layer1/i4b_avm_fritz_pcmcia.c optional isic device-driver +i4b/layer1/i4b_avm_fritz_pnp.c optional isic device-driver +i4b/layer1/i4b_siemens_isurf.c optional isic device-driver i4b/layer1/i4b_usr_sti.c optional isic device-driver i4b/layer1/i4b_itk_ix1.c optional isic device-driver i4b/layer1/i4b_drn_ngo.c optional isic device-driver --- sys/i386/conf/options.i386.orig Fri May 21 07:33:58 1999 +++ sys/i386/conf/options.i386 Sat Jun 5 09:11:48 1999 @@ -155,10 +155,14 @@ SEDLBAUER opt_i4b.h DYNALINK opt_i4b.h ELSA_QS1ISA opt_i4b.h +AVM_PNP opt_i4b.h +SIEMENS_ISURF2 opt_i4b.h +SPPP_VJ opt_i4b.h # ------------------------------- # isdn4bsd: passive PCI cards # ------------------------------- ELSA_QS1PCI opt_i4b.h +AVM_A1_PCI opt_i4b.h # ------------------------------- # isdn4bsd: passive PCMCIA cards # ------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message