Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2000 17:46:34 -0700 (PDT)
From:      John Baldwin <jhb@pike.osd.bsdi.com>
To:        XeXeN <xexen@writeme.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: kernel compile error
Message-ID:  <200007310046.RAA66668@pike.osd.bsdi.com>
In-Reply-To: <000e01bffa84$e294e8a0$0200a8c0@xexen.com> from XeXeN at "Jul 30, 2000 07:18:41 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
XeXeN wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> When compiling a custom kernel, I get this error
> 
> ../../pci/if_rl.c:119: miibus_if.h: No such file or directory
> 
> I gather im missing miibus_if.h for some reason.
> 
> Where can I get this h file?

You need to put 'device miibus' in your kernel config file.  The 'rl'
driver requires the mii driver as stated in GENERIC:

# PCI Ethernet NICs that use the common MII bus controller code.
device          miibus          # MII bus support
device          dc              # DEC/Intel 21143 and various workalikes
device          rl              # RealTek 8129/8139

-- 

John Baldwin <jhb@bsdi.com> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


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?200007310046.RAA66668>