From owner-freebsd-isdn Sun Jun 14 11:21:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08060 for freebsd-isdn-outgoing; Sun, 14 Jun 1998 11:21:54 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from foobar.franken.de (logix@foobar.franken.de [194.94.249.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08031 for ; Sun, 14 Jun 1998 11:21:49 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.8.8/8.8.5) id UAA00189; Sun, 14 Jun 1998 20:21:04 +0200 (CEST) Message-ID: <19980614202103.09653@foobar.franken.de> Date: Sun, 14 Jun 1998 20:21:03 +0200 From: Harold Gutch To: German Tischler 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> <19980614183324.07131@gaspode.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19980614183324.07131@gaspode.franken.de>; from German Tischler on Sun, Jun 14, 1998 at 06:33:24PM +0200 X-Organisation: BatmanSystemDistribution X-Mission: To free the world from the Penguin Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 14, 1998 at 06:33:24PM +0200, German Tischler wrote: > 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.) > Using exactly your replacement, defined(I4B_PNP) didnt work either, it must be some other definition somewhere - whatever, I then removed the conditional above and simply changed it to a #include "pnp.h", then it compiled... now lets see if i4b will work after rebooting :). -- bye, logix Sleep is an abstinence syndrome wich occurs due to lack of caffein. Wed Mar 4 04:53:33 CET 1998 #unix, ircnet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message