From owner-freebsd-isdn Sun Oct 3 2:22: 1 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id E90A114F36 for ; Sun, 3 Oct 1999 02:21:09 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id LAA16611; Sun, 3 Oct 1999 11:21:08 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id LAA17095; Sun, 3 Oct 1999 11:21:07 +0200 (MET DST) 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 LAA56776; Sun, 3 Oct 1999 11:21:10 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id JAA11552; Sun, 3 Oct 1999 09:21:10 GMT (envelope-from ust) Date: Sun, 3 Oct 1999 11:21:10 +0200 From: Udo Schweigert To: Hellmuth Michaelis Cc: Stefan `Sec` Zehl , isdn@FreeBSD.ORG Subject: Re: i4b 0.83 on FreeBSD-3.3STABLE Message-ID: <19991003112110.A11528@alaska.cert.siemens.de> Mail-Followup-To: Hellmuth Michaelis , Stefan `Sec` Zehl , isdn@FreeBSD.ORG References: <19990927180139.A76588@yoda.pi.musin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: X-Operating-System: FreeBSD 3.3-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 03, 1999 at 10:59:12AM +0200, Hellmuth Michaelis wrote: > >From the keyboard of Stefan `Sec` Zehl: > > [...] > > > Which failed. > > > > | 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 > > > > I found out that I had to merge FreeBSD/files.i386.cat and > > FreeBSD/options.i386.cat into their /sys/i386/conf counterparts. > > > > Only then I was able to compile a kernel. > > > > Hellmuth, can you please fix this for the next i4b release ? > > A tested patch would be very helpful. > Hello, I'm using the attached patch for my tests in -STABLE and -RELEASEs; thought i had already mailed it to you, but obviously forgot it. This patch is for AVM PCI, AVM PnP, Siemens I-Surf. Maybe other new cards are missing. 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-isdn" in the body of the message