Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2003 23:27:06 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        jay2@excite.com, freebsd-questions@freebsd.org
Subject:   Re: "#make depend" Error
Message-ID:  <200305102327.06313.kstewart@owt.com>
In-Reply-To: <20030511062041.8B066B6CA@xmxpita.excite.com>
References:  <20030511062041.8B066B6CA@xmxpita.excite.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 10 May 2003 11:20 pm,  wrote:
>  I installed FreeBSD 4.8 mini, and i am trying to compile the kernel
> in hopes of getting NAT working. When i do "#make depend" i get this
> error
>
> ../../pci/if_rl.c:119: miibus_if.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/src/sys/compile/EVILWABBIT.
> #
>
> I can't seem to find miibus_if.h myself. The attached file is the
> configuration file. Any help would be apprieciated.
>


The Evil Wabbit struck. You have

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these 
NICs!
#device		miibus		# MII bus support

and you ignored the comment about miibus.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305102327.06313.kstewart>