From owner-freebsd-questions Mon Oct 9 10:52:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id B475937B502 for ; Mon, 9 Oct 2000 10:52:56 -0700 (PDT) Received: from parish ([62.255.97.114]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20001009185138.WUOH23965.mta02-svc.ntlworld.com@parish>; Mon, 9 Oct 2000 18:51:38 +0000 Received: (from mark@localhost) by parish (8.11.0/8.11.0) id e99HqXf03788; Mon, 9 Oct 2000 18:52:33 +0100 (BST) (envelope-from mark) Date: Mon, 9 Oct 2000 18:52:32 +0100 From: Mark Ovens To: "Dennis C. Prather" Cc: freebsd-questions@freebsd.org Subject: Re: Kernal Message-ID: <20001009185232.B252@parish> References: <20001009133347.A5282@sevicron.com> <4.2.0.58.20001009123647.01628f48@64.40.92.36> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <4.2.0.58.20001009123647.01628f48@64.40.92.36>; from dennis@productivity.org on Mon, Oct 09, 2000 at 12:44:41PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 09, 2000 at 12:44:41PM -0500, Dennis C. Prather wrote: > I have been trying to compile my a new kernal and when I get to "make > depend" I get this message. > ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory > ../../pci/if_tx.c :80: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > > Stop in /usr/src/sys/compile/HOMER > > Would someone elaborate on this? > I answered this very question here just yesterday. Anyway, here's my reply again: The xl driver requires miibus (as per the comment). Uncomment this line and it will work. # PCI Ethernet NICs that use the common MII bus controller code. #device miibus # MII bus support > > > > > > > > > > > > Dennis Prather > Systems Administrator > dennis@productivity.org > Gunther Construction > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message