From owner-freebsd-questions Thu May 25 3:14:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id C182E37B506 for ; Thu, 25 May 2000 03:14:15 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12uue2-0000XV-00; Thu, 25 May 2000 12:13:38 +0200 Date: Thu, 25 May 2000 12:13:38 +0200 From: Marc Silver To: Daniel Haischt Cc: freebsd-questions@freebsd.org Subject: Re: kernel build Message-ID: <20000525121338.F99805@draenor.org> References: <003b01bfb80c$abb5cd00$b5bcfcc3@abysstwo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <003b01bfb80c$abb5cd00$b5bcfcc3@abysstwo>; from daniel.haischt@web.de on Sun, May 07, 2000 at 12:11:54PM +0200 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. > > > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > > 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