Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 1998 11:41:05 +0100
From:      "Marc Veldman" <lurkie@wxs.nl>
To:        netchild@wurzelausix.CS.Uni-SB.DE
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: patch for i4b under 3.0-current?
Message-ID:  <199810291141050285.0040CB17@wwwintern.kleurbeeld.nl>
In-Reply-To: <199810290944.KAA24156@wurzelausix.cs.uni-sb.de>
References:  <199810290944.KAA24156@wurzelausix.cs.uni-sb.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 29-10-98, at 10:44, Alexander Leidinger wrote: 

>Hi,
>
>after a cvsup I noticed, that /sys/i386/isa/isa_device.h has changed in
>an incompatible way for i4b, so I´m not able to compile a new kernel
>with isdn support.
>Unfortunaly I´m not familiar with the isdn sources, so I can´t do it
>myself (I´ve looked how other devices do it, but I don´t know which
>file of i4b to alter).
>
>Does someone have a patch ready, or is working on it?

In the file /usr/src/i4b/FreeBSD/installation there is a patch listed:

NOTE-3: This only applies to FreeBSD current (3.0):

	You'll get error messages during kernel linking because md5c.c gets 
	linked twice to the kernel, which results in duplicate symbol 
	definitions. To fix it, delete the
	following two lines from your /sys/conf/files :
		kern/md5c.c              optional sppp
		net/if_spppsubr.c        optional sppp
	and run "config YOUR_KERNEL_DEFINITION_FILE".

	More FreeBSD-current: You need to apply this patch:
	
	*** /sys/i386/isa/isa_device.h.ctm      Fri Jun 19 10:47:40 1998
	--- /sys/i386/isa/isa_device.h  Fri Jun 19 10:48:27 1998
	***************
	*** 143,148 ****
	--- 143,149 ----
	  inthand2_t    feintr;
	  inthand2_t    gusintr;
	  inthand2_t    ieintr;
	+ inthand2_t    isicintr;
	  inthand2_t    labpcintr;
	  inthand2_t    le_intr;
	  inthand2_t    lncintr;


Hope this helps.
 
Have a nice day,

Marc Veldman


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?199810291141050285.0040CB17>