Date: Thu, 25 May 2000 09:57:07 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Daniel Haischt <sirabyss@gmx.net> Cc: question@FreeBSD.ORG, questions@FreeBSD.ORG Subject: RE: kernel build Message-ID: <20000525135708.CZAU22611.mail.rdc1.va.home.com@john.baldwin.cx> In-Reply-To: <00a601bfb775$1dcb90c0$09bafcc3@abysstwo>
next in thread | previous in thread | raw e-mail | index | archive | help
On 06-May-00 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> From GENERIC: # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support ... device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') You have to have 'device miibus' in your kernel config to use xl. -- John Baldwin <jhb@FreeBSD.org> -- 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?20000525135708.CZAU22611.mail.rdc1.va.home.com>