Date: Mon, 9 Oct 2000 18:52:32 +0100 From: Mark Ovens <marko@freebsd.org> To: "Dennis C. Prather" <dennis@productivity.org> Cc: freebsd-questions@freebsd.org Subject: Re: Kernal Message-ID: <20001009185232.B252@parish> 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 References: <Pine.BSF.4.21.0010091802170.25721-100000@nic-i.leissner.se> <Pine.BSF.4.21.0010091802170.25721-100000@nic-i.leissner.se> <20001009133347.A5282@sevicron.com> <4.2.0.58.20001009123647.01628f48@64.40.92.36>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > <http://www.guntherconst.net/>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001009185232.B252>