From owner-freebsd-isdn Sat Feb 21 11:31:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05639 for freebsd-isdn-outgoing; Sat, 21 Feb 1998 11:31:34 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05592 for ; Sat, 21 Feb 1998 11:31:26 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id UAA00876; Sat, 21 Feb 1998 20:31:16 +0100 (MET) From: Wolfgang Helbig Message-Id: <199802211931.UAA00876@rvc1.informatik.ba-stuttgart.de> Subject: Re: i4b on NetBSD 1.3 In-Reply-To: <199802211859.TAA00483@cat.turbocat.de> from David Wetzel at "Feb 21, 98 07:59:35 pm" To: dave@turbocat.de (David Wetzel) Date: Sat, 21 Feb 1998 20:31:16 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG, netbsd-help@netbsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi! > > The previous problem is still there, I have ignored the code for now and > commented it out. > > > ../../../../i4b/layer1/i4b_isic.c:52: opt_i4b.h: No such file or directory > > the next change is: > > /usr/src/i4b/layer1/i4b_isic.c > > // Sat Feb 21 19:52:51 MET 1998 dave@turbocat.de > //#include "opt_i4b.h" Hmm, this was definitely the wrong way to fix. The file opt_i4b.h is created by config(8) and put in the kernel compile directory. It contains preprocessor symbols which in turn are used to control the inclusion of source. Your ``fix'' effectively excluded all low level driver source and caused the breakage during loading the kernel. Sorry, I don't know how to feed the NetBSD configuration to make it create opt_i4b.h. For FreeBSD this is described in FreeBSD/INSTALLATION, step 8. This one liner is the content of my opt_i4b.h: #define TEL_S0_16_3 1 Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message