Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 21:06:16 +0000
From:      Josh Paetzel <friar_josh@webwarrior.net>
To:        Vasily <vasily@maryno.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: net card in NEW KERNEL
Message-ID:  <20011113210616.C848@twincat.vladsempire.net>
In-Reply-To: <968.011114@maryno.net>; from vasily@maryno.net on Wed, Nov 14, 2001 at 01:38:50AM %2B0300
References:  <968.011114@maryno.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 14, 2001 at 01:38:50AM +0300, Vasily wrote:
> Hi ALL,
> 
> in the NEW_GENERIC:
> device  wb0
> (information from dmesg is: wb0 <Compex RL100-ATX 10/100 base TX> ...)
> 
> after make depend:
> ../../pci/if_wb.c:122:miibus_if.h:No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> My version is FreeBSD 4.1
> All sources are installed.
> 
> Where to dig ?


It would help if you attached your kernel config file, but I think in 
this case it's safe to say that you removed device miibus which is 
required by the wb driver.

Add in:
device miibus
to your kernel and recompile.  Should work fine.

Josh





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?20011113210616.C848>