From owner-freebsd-current  Wed Sep  1 11:39:54 1999
Delivered-To: freebsd-current@freebsd.org
Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13])
	by hub.freebsd.org (Postfix) with ESMTP id CA51A15C96
	for <freebsd-current@FreeBSD.ORG>; Wed,  1 Sep 1999 11:39:34 -0700 (PDT)
	(envelope-from nrahlstr@mail.winternet.com)
Received: from tundra.winternet.com (nrahlstr@tundra.winternet.com [198.174.169.11])
	by icicle.winternet.com (8.9.3/8.9.3) with ESMTP id NAA11867;
	Wed, 1 Sep 1999 13:38:42 -0500 (CDT)
        SMTP "HELO" (ESMTP) greeting from tundra.winternet.com
        But _really_ from :: nrahlstr@tundra.winternet.com [198.174.169.11]
        SMTP "MAIL From" = nrahlstr@mail.winternet.com (Nathan Ahlstrom)
        SMTP "RCPT To" = 
Received: (from nrahlstr@localhost)
          by tundra.winternet.com (8.8.7/8.8.4)
	  id NAA00688; Wed, 1 Sep 1999 13:38:41 -0500 (CDT)
Message-ID: <19990901133841.B567@winternet.com>
Date: Wed, 1 Sep 1999 13:38:41 -0500
From: Nathan Ahlstrom <nrahlstr@winternet.com>
To: "Arthur H. Johnson II" <arthur@tucows.com>,
	freebsd-current@FreeBSD.ORG
Subject: Re: A dumb question.
Mail-Followup-To: "Arthur H. Johnson II" <arthur@tucows.com>,
	freebsd-current@FreeBSD.ORG
References: <Pine.BSF.4.10.9909011352300.2367-100000@Arthur.Linuxberg>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.93.2i
In-Reply-To: <Pine.BSF.4.10.9909011352300.2367-100000@Arthur.Linuxberg>; from Arthur H. Johnson II on Wed, Sep 01, 1999 at 02:02:51PM -0400
Sender: owner-freebsd-current@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

"Arthur H. Johnson II" <arthur@tucows.com> wrote:
> When I try to compile the kernel, I get this error at the end:
> 
> ../../pci/if_xl.c
> ../../pci/if_xl.c:133: miibus_if.h: No such file or directory
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/ARTHUR.
> You must first build a kernel first.
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/ARTHUR.
> 
> 
> What happened to this file?

You may have to add:

controller miibus0 

to you kernel config file.  See LINT for details.

-- 
Nathan Ahlstrom                        FreeBSD: http://www.FreeBSD.org/
nrahlstr@winternet.com                 PGP Key ID: 0x67BC9D19


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message