Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 1999 11:21:10 +0200
From:      Udo Schweigert <ust@cert.siemens.de>
To:        Hellmuth Michaelis <hm@hcs.de>
Cc:        Stefan `Sec` Zehl <sec@yoda.pi.musin.de>, isdn@FreeBSD.ORG
Subject:   Re: i4b 0.83 on FreeBSD-3.3STABLE
Message-ID:  <19991003112110.A11528@alaska.cert.siemens.de>
In-Reply-To: <m11XhU8-0003cyC@hcswork.hcs.de>
References:  <19990927180139.A76588@yoda.pi.musin.de> <m11XhU8-0003cyC@hcswork.hcs.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991003112110.A11528>