Date: Tue, 2 Nov 1999 07:29:31 +0100 From: Udo Schweigert <ust@cert.siemens.de> To: Stefan Aeschbacher <stefan@aeschbacher.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: i4b kernel config Message-ID: <19991102072931.A75813@alaska.cert.siemens.de> In-Reply-To: <381DEBE1.5E301132@aeschbacher.com>; from stefan@aeschbacher.com on Mon, Nov 01, 1999 at 07:37:06PM %2B0000 References: <381DEBE1.5E301132@aeschbacher.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991102072931.A75813>