Date: Sat, 21 Feb 1998 20:31:16 +0100 (MET) From: Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE> To: dave@turbocat.de (David Wetzel) Cc: freebsd-isdn@FreeBSD.ORG, netbsd-help@netbsd.org Subject: Re: i4b on NetBSD 1.3 Message-ID: <199802211931.UAA00876@rvc1.informatik.ba-stuttgart.de> In-Reply-To: <199802211859.TAA00483@cat.turbocat.de> from David Wetzel at "Feb 21, 98 07:59:35 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802211931.UAA00876>