From owner-freebsd-questions Tue May 16 19:46:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id AC36437BB74 for ; Tue, 16 May 2000 19:46:30 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.3) id VAA00706; Tue, 16 May 2000 21:46:28 -0500 (CDT) (envelope-from conrads) Message-ID: 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: <3920A4C3.D461D60C@netopia.com> Date: Tue, 16 May 2000 21:46:28 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Aaron Nichols Subject: RE: Failing kernel config Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 16-May-00 Aaron Nichols wrote: > Hello, > Trying to recompile my kernel on 4.0-RELEASE and whenever I enable > support for: > > device xl # 3Com 3c90x (``Boomerang'', > ``Cyclone'') > > I get the following error when performing a 'make depend' > > ../../pci/if_xl.c:133: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Disable support for this card and everything works great. Now, I realize > that if that header file's missing this isn't gonna work, any idea why > it's missing? Know where I can get a replacement? From /sys/i386/conf/LINT: # MII bus support is required for some PCI 10/100 ethernet NICs, # namely those which use MII-compliant transceivers or implement # tranceiver control interfaces that operate like an MII. Adding # "device miibus0" to the kernel config pulls in support for # the generic miibus API and all of the PHY drivers, including a # generic one for PHYs that aren't specifically handled by an # individual driver. device miibus -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message