From owner-freebsd-questions Thu May 25 6:57:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id E87E437C1C2; Thu, 25 May 2000 06:57:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000525135708.CZAU22611.mail.rdc1.va.home.com@john.baldwin.cx>; Thu, 25 May 2000 06:57:08 -0700 Content-Length: 1051 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <00a601bfb775$1dcb90c0$09bafcc3@abysstwo> Date: Thu, 25 May 2000 09:57:07 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Daniel Haischt Subject: RE: kernel build Cc: question@FreeBSD.ORG, questions@FreeBSD.ORG Message-Id: <20000525135708.CZAU22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. > > > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > 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 -- 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