Date: Thu, 25 May 2000 12:13:38 +0200 From: Marc Silver <marcs@draenor.org> To: Daniel Haischt <daniel.haischt@web.de> Cc: freebsd-questions@freebsd.org Subject: Re: kernel build Message-ID: <20000525121338.F99805@draenor.org> In-Reply-To: <003b01bfb80c$abb5cd00$b5bcfcc3@abysstwo>; from daniel.haischt@web.de on Sun, May 07, 2000 at 12:11:54PM %2B0200 References: <003b01bfb80c$abb5cd00$b5bcfcc3@abysstwo>
next in thread | previous in thread | raw e-mail | index | archive | help
Hey there, Make sure that in your kernel file you have: device miibus device xl You need the miibus device as the xl device depends on it. Also, make sure you did a /usr/sbin/config KERNELNAME before you started the make depend. :) Hope this helps, Cheers, Marc On Sun, May 07, 2000 at 12:11:54PM +0200, Daniel Haischt wrote: > hi, > > i'm trying to rebuild my kernel on my new freebsd 4.0 system. > > unfortunatly i'm getting a error message during 'make depend'. > > ------->8------>8------ > ../../pci/if_xl.c:133: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/sys/compile/ABYSSONE. > -------8<------8<------ > > my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. > > <snip kernel conf file> > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > </snip kernel conf file> > > i did this lots of times on several 3.x systems, never ever > went into some trouble, though. > > finaly i hope some of you could help me > solving this problem, cause running > a computer without a network card is somehow dump ;-) > > regards > > daniel haischt > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000525121338.F99805>