From owner-freebsd-isdn Sun Jun 14 09:35:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23762 for freebsd-isdn-outgoing; Sun, 14 Jun 1998 09:35:40 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from maulwurf.franken.de (root@maulwurf.franken.de [193.141.110.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23736 for ; Sun, 14 Jun 1998 09:35:31 -0700 (PDT) (envelope-from gaspode.franken.de!tanis@maulwurf.franken.de) Received: by maulwurf.franken.de via rmail with stdio id for freebsd-isdn@freebsd.org; Sun, 14 Jun 1998 18:35:23 +0200 (MET DST) (Smail-3.2 1996-Jul-4 #1 built DST-May-30) Received: (from tanis@localhost) by gaspode.franken.de (8.8.8/8.8.8) id SAA22483; Sun, 14 Jun 1998 18:33:24 +0200 (CEST) (envelope-from tanis) Message-ID: <19980614183324.07131@gaspode.franken.de> Date: Sun, 14 Jun 1998 18:33:24 +0200 From: German Tischler To: Harold Gutch Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: problems compiling i4b 00.62 References: <19980612205928.58438@foobar.franken.de> <19980613001943.28632@gaspode.franken.de> <19980614150551.10416@foobar.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <19980614150551.10416@foobar.franken.de>; from Harold Gutch on Sun, Jun 14, 1998 at 03:05:51PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 14, 1998 at 03:05:51PM +0200, Harold Gutch wrote: > On Sat, Jun 13, 1998 at 12:19:43AM +0200, German Tischler wrote: > > controller pnp0 > > device isic0 at isa? port 0x100 net irq 5 flags 0x18 vector isicintr > > device isic0 at isa? port 0x300 net irq 5 flags 0x18 vector isicintr > > [...] > > (Note: it is necessary to have TWO (!) isic0 entries in your config > > file, which is a hack for now, because PnP support in i4b is experimental.) > Did i miss it, or is this really not mentioned anywhere in the > documentation ? Seems to be missing in the docs. But it will go away (hopefully soon). > > > PnP is also mandatory. (which i think is most likely you forgot). > > > Yup, but i noticed that quite quickly and added it to my > configfile before writing the first mail to the list. > > Seems as if all i did not have, was the 2nd isic0 entry in my > configfile - still i get exactly the same errormsg when trying to > compile (this time with exactly those lines you mentioned in your > Mail - at least compiling should work fine with them...). I don't have a stable system here, but I think changing #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include "pnp.h" #elif defined(__FreeBSD__) && defined(I4B_PnP) #include "pnp.h" #endif into #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include "pnp.h" #elif defined(__FreeBSD__) && defined(I4B_PNP) #include "pnp.h" #endif in i4b_sws.c should help (the option I4B_PnP doesn't exist. ok, I think the defines combination in the driver needs some cleaning.) Hope this helps. -- German Tischler tanis@gaspode.franken.de Apple eaten (core dumped) tanis@cip.informatik.uni-wuerzburg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message