Date: Sun, 8 Oct 2000 15:44:30 +0100 From: Mark Ovens <marko@freebsd.org> To: Drew Schulz <schulzd001@hawaii.rr.com> Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Config Message-ID: <20001008154430.G253@parish> In-Reply-To: <39E08092.6DEB7F32@hawaii.rr.com>; from schulzd001@hawaii.rr.com on Sun, Oct 08, 2000 at 04:11:30AM -1000 References: <39E08092.6DEB7F32@hawaii.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 08, 2000 at 04:11:30AM -1000, Drew Schulz wrote: > Hello, > > I'm attempting to reconfigure my kernel by commenting out the things > I don't need (ie: SCSI, RAID, etc...). It configures without errors, > however, I do get an error when I attempt to compile it. The error I > get is "../../pci/if_xl.c:128: miibus_if.h: No such file or directory" > mkdep: compile failed > *** ERROR CODE 1 > [snip] > # PCI Ethernet NICs that use the common MII bus controller code. > #device miibus # MII bus support The xl driver requires miibus (as per the comment). Uncomment this line and it will work. [snip] > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > -- 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?20001008154430.G253>